Add report to attosoc_tb.vhd
This commit is contained in:
parent
b1b8183967
commit
20f0353f76
@ -18,7 +18,7 @@ begin
|
||||
|
||||
process
|
||||
begin
|
||||
report std_logic'image(led(3)) & std_logic'image(led(2)) & std_logic'image(led(1)) & std_logic'image(led(0));
|
||||
report "led = " & std_logic'image(led(3)) & std_logic'image(led(2)) & std_logic'image(led(1)) & std_logic'image(led(0));
|
||||
wait on led;
|
||||
end process;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user