aboutsummaryrefslogtreecommitdiff
path: root/task3/tb_syn_task3.sv
diff options
context:
space:
mode:
authorgithub-classroom[bot] <66690702+github-classroom[bot]@users.noreply.github.com>2026-02-05 19:36:36 +0000
committerGitHub <noreply@github.com>2026-02-05 19:36:36 +0000
commitead28dd6fed440ccf4667c459778012bb0d95733 (patch)
treebbc326fa1b487efc0fe163ef733a76c8a241fbb0 /task3/tb_syn_task3.sv
Initial commit
Diffstat (limited to '')
-rw-r--r--task3/tb_syn_task3.sv5
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