diff options
Diffstat (limited to '')
| -rw-r--r-- | task5/tb_scorehand.sv | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/task5/tb_scorehand.sv b/task5/tb_scorehand.sv new file mode 100644 index 0000000..0d8f9d8 --- /dev/null +++ b/task5/tb_scorehand.sv @@ -0,0 +1,7 @@ +module tb_scorehand(); + +// Your testbench goes here. Make sure your tests exercise the entire design +// in the .sv file. Note that in our tests the simulator will exit after +// 10,000 ticks (equivalent to "initial #10000 $finish();"). + +endmodule |