A
Andreas Hölscher
Guest
Hi,
I have code like this:
cs_reg <= '1' when Adr = conv_std_logic_vector(21,8) else '0';
To get my code more readable I want to use hexadecimal numbers for the
address. I tried to replace the 21 with 0x15, 15h, x"15" but nothing works.
Any hint?
Thanks,
Andreas
I have code like this:
cs_reg <= '1' when Adr = conv_std_logic_vector(21,8) else '0';
To get my code more readable I want to use hexadecimal numbers for the
address. I tried to replace the 21 with 0x15, 15h, x"15" but nothing works.
Any hint?
Thanks,
Andreas