E
Ensoul Chee
Guest
I have a 32bit reg.
Now I want to display the value of it on screen or write to file with
upcase char.
How could I do it?
such as reg [31:00] test_vector = 32'habcd_abcd;
I use $display (test_vector); then I got "abcdabcd" But I hope the
output is "ABCDABCD"
How can I do it in verilog?
Thanks in Advance
Now I want to display the value of it on screen or write to file with
upcase char.
How could I do it?
such as reg [31:00] test_vector = 32'habcd_abcd;
I use $display (test_vector); then I got "abcdabcd" But I hope the
output is "ABCDABCD"
How can I do it in verilog?
Thanks in Advance