B
bigyellow
Guest
for example, In the code
constant A : std_logic_vector(7 downto 0) :=
conv_std_logic_vector(16#12#, 8);
what does the 16#12# mean here?
constant A : std_logic_vector(7 downto 0) :=
conv_std_logic_vector(16#12#, 8);
what does the 16#12# mean here?