S
Steven Kauffmann
Guest
Hi,
Is it possible to write two components with the same entity name but
associated in an other library?
For example: I have an entity called multiplier but one multiplier is
an unsigned multiplier and associated with the unsigned_multiplier
library and there is a signed multiplier associated with the
signed_multiplier library.
The architecture of my top file should look like this:
unsig_mult: entity unsigned_multiplier_lib.multiplier
port map(...);
sig_mult: entity signed_multiplier_lib.multiplier
port map(...);
Is it possible to write something like this?
Regards
Steven
Is it possible to write two components with the same entity name but
associated in an other library?
For example: I have an entity called multiplier but one multiplier is
an unsigned multiplier and associated with the unsigned_multiplier
library and there is a signed multiplier associated with the
signed_multiplier library.
The architecture of my top file should look like this:
unsig_mult: entity unsigned_multiplier_lib.multiplier
port map(...);
sig_mult: entity signed_multiplier_lib.multiplier
port map(...);
Is it possible to write something like this?
Regards
Steven