F
Flo
Guest
Hi folks,
I'd like to know how a record (containing only std_logic_vector) will
be synthetized.
I explain myself:
1/ I have a memory with 48 bits (for performance purpose).
2/ I want to write on its data bus 3 differents data (one of 12 bit:
D12, one of 9 bits: D9 and one of 11 bits: D11) using a dedicated
position on the bus : D12&D9&D11
I planned to create a record in order to get rid of contant defining
the different ranges but I find nowhere the way the record will be
synthetized : will it be D12&D9&D11 or D11&D9&D12 or something
else ....
maybe it is synthetizer dependant?
thanks for your help.
Florent
I'd like to know how a record (containing only std_logic_vector) will
be synthetized.
I explain myself:
1/ I have a memory with 48 bits (for performance purpose).
2/ I want to write on its data bus 3 differents data (one of 12 bit:
D12, one of 9 bits: D9 and one of 11 bits: D11) using a dedicated
position on the bus : D12&D9&D11
I planned to create a record in order to get rid of contant defining
the different ranges but I find nowhere the way the record will be
synthetized : will it be D12&D9&D11 or D11&D9&D12 or something
else ....
maybe it is synthetizer dependant?
thanks for your help.
Florent