diff options
Diffstat (limited to '')
| -rw-r--r-- | task4/tb_task4.sv | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/task4/tb_task4.sv b/task4/tb_task4.sv new file mode 100644 index 0000000..0cc9c84 --- /dev/null +++ b/task4/tb_task4.sv @@ -0,0 +1,7 @@ +module tb_task4(); + +// 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 +// 100,000 ticks (equivalent to "initial #100000 $finish();"). + +endmodule |