Skip to content

Commit 8eed033

Browse files
committed
Testing workflow
1 parent 4f0a476 commit 8eed033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

top.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module top
1212
// Create 100 cycles of example stimulus
1313
reg [31:0] count_c;
1414
always_ff @ (posedge clk) begin
15-
//$display("[%0t] clk=%b reset=%b", $time, clk, reset);
15+
$display("[%0t] clk=%b reset=%b", $time, clk, reset);
1616
if (reset) begin
1717
count_c <= 0;
1818
end

0 commit comments

Comments
 (0)