shaiko
Advanced Member level 5
Hello people,
Can the following VHDL code be synthesized?
"input <= (conv_integer(number) => '1', others => '0');"
notes:
1."input" is defined as an std_logic_vector(15 downto 0) signal.
2."number" is defined an integer signal with a range of 0 to 15 ("number" isn't a constant).
Can the following VHDL code be synthesized?
"input <= (conv_integer(number) => '1', others => '0');"
notes:
1."input" is defined as an std_logic_vector(15 downto 0) signal.
2."number" is defined an integer signal with a range of 0 to 15 ("number" isn't a constant).