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