Re: How to print std_logic_vector variable into hex string in VHDL
> How to print std_logic_vector variable into hex string in VHDL?
>
Forgotten the exact syntax & textbook not to hand, but something like:
use std.textio
and then use:
HWRITE (myline, signame);
WRITELINE (myfile, myline);
where signame is your std_log_vec.
Niv.
|