From d087b01bb5c2039d32147c2624dabe045b073894 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Fri, 15 Sep 2017 14:48:13 +0200 Subject: [PATCH] Update picosoc/hx8kdemo_tb.v --- picosoc/hx8kdemo_tb.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picosoc/hx8kdemo_tb.v b/picosoc/hx8kdemo_tb.v index ffb292f..585c8dd 100644 --- a/picosoc/hx8kdemo_tb.v +++ b/picosoc/hx8kdemo_tb.v @@ -41,7 +41,7 @@ module testbench; wire flash_io3; always @(leds) begin - $display("%b", leds); + #1 $display("%b", leds); end hx8kdemo uut (