P
Philipp
Guest
Hi
I am wondering if there is any way that I can write a
std_logic_vector(31 downto 0) into a file and there is should
be written then as a HEX value? Is there something like
val = ABC(31 downto 0);
write(s, hex'(val));
Thanks
I am wondering if there is any way that I can write a
std_logic_vector(31 downto 0) into a file and there is should
be written then as a HEX value? Is there something like
val = ABC(31 downto 0);
write(s, hex'(val));
Thanks