Skip to content

Commit 48f4b38

Browse files
committed
Add missing $finish
1 parent fe67ab5 commit 48f4b38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

verilog/adder_tb.v

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ module Top;
1919
#5 x = 1; y = 0;
2020
#5 x = 0; y = 1;
2121
#5 x = 1; y = 1;
22+
#5 $finish;
2223
end
2324
endmodule // Top

0 commit comments

Comments
 (0)