aboutsummaryrefslogtreecommitdiff
path: root/task3/tb_rtl_circle.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_rtl_circle.sv
Initial commit
Diffstat (limited to 'task3/tb_rtl_circle.sv')
-rw-r--r--task3/tb_rtl_circle.sv5
1 files changed, 5 insertions, 0 deletions
diff --git a/task3/tb_rtl_circle.sv b/task3/tb_rtl_circle.sv
new file mode 100644
index 0000000..8f1fbaa
--- /dev/null
+++ b/task3/tb_rtl_circle.sv
@@ -0,0 +1,5 @@
+module tb_rtl_circle();
+
+// Your testbench goes here. Our toplevel will give up after 1,000,000 ticks.
+
+endmodule: tb_rtl_circle