mirror of https://github.com/YosysHQ/picorv32.git
Update picosoc/hx8kdemo_tb.v
This commit is contained in:
parent
48b13daef2
commit
d087b01bb5
|
@ -41,7 +41,7 @@ module testbench;
|
|||
wire flash_io3;
|
||||
|
||||
always @(leds) begin
|
||||
$display("%b", leds);
|
||||
#1 $display("%b", leds);
|
||||
end
|
||||
|
||||
hx8kdemo uut (
|
||||
|
|
Loading…
Reference in New Issue