diff options
| author | github-classroom[bot] <66690702+github-classroom[bot]@users.noreply.github.com> | 2025-09-10 21:59:56 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-10 21:59:56 +0000 |
| commit | a186a9a6be2cb0ece7ecf0bcc27e813f5534603d (patch) | |
| tree | a4cadf53c9e7c47290b54b0446de418a9880e17e /task5/tb_task5.sv | |
Initial commit
Diffstat (limited to '')
| -rw-r--r-- | task5/tb_task5.sv | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/task5/tb_task5.sv b/task5/tb_task5.sv new file mode 100644 index 0000000..934e417 --- /dev/null +++ b/task5/tb_task5.sv @@ -0,0 +1,7 @@ +module tb_task5(); + +// 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 |