diff options
| author | github-classroom[bot] <66690702+github-classroom[bot]@users.noreply.github.com> | 2026-02-05 19:36:36 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-05 19:36:36 +0000 |
| commit | ead28dd6fed440ccf4667c459778012bb0d95733 (patch) | |
| tree | bbc326fa1b487efc0fe163ef733a76c8a241fbb0 /task3/tb_syn_task3.sv | |
Initial commit
Diffstat (limited to '')
| -rw-r--r-- | task3/tb_syn_task3.sv | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/task3/tb_syn_task3.sv b/task3/tb_syn_task3.sv new file mode 100644 index 0000000..fe0a6f4 --- /dev/null +++ b/task3/tb_syn_task3.sv @@ -0,0 +1,5 @@ +module tb_syn_task3(); + +// Your testbench goes here. Our toplevel will give up after 1,000,000 ticks. + +endmodule: tb_syn_task3 |