From 20f0353f767bb1432e2bacaaa28375d24e0439e0 Mon Sep 17 00:00:00 2001 From: Eddie Hung Date: Sun, 2 Dec 2018 15:41:30 -0800 Subject: [PATCH] Add report to attosoc_tb.vhd --- xc7/attosoc_tb.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xc7/attosoc_tb.vhd b/xc7/attosoc_tb.vhd index 6ad8ed27..fe697c3f 100644 --- a/xc7/attosoc_tb.vhd +++ b/xc7/attosoc_tb.vhd @@ -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;