W
walala
Guest
Dear all,
As I need some type-cast from integer(my internal data format) to
std_logic_vector(in order to pick a partial slice of the array and
output, say, from bit 15 downto 8),
I used conv_std_logic_vector() function,
Now the simulation is passed, but what about synthesize?
Is it synthesizable? And will it map to a very complex device that
really do the conversion? Or the synthesizer will be smart enough to
know that I just want a simple type-cast?
Thanks a lot,
-Walala
As I need some type-cast from integer(my internal data format) to
std_logic_vector(in order to pick a partial slice of the array and
output, say, from bit 15 downto 8),
I used conv_std_logic_vector() function,
Now the simulation is passed, but what about synthesize?
Is it synthesizable? And will it map to a very complex device that
really do the conversion? Or the synthesizer will be smart enough to
know that I just want a simple type-cast?
Thanks a lot,
-Walala