From ead28dd6fed440ccf4667c459778012bb0d95733 Mon Sep 17 00:00:00 2001 From: "github-classroom[bot]" <66690702+github-classroom[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 19:36:36 +0000 Subject: Initial commit --- task2/tb_task2.sv | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 task2/tb_task2.sv (limited to 'task2/tb_task2.sv') diff --git a/task2/tb_task2.sv b/task2/tb_task2.sv new file mode 100644 index 0000000..ceb4e98 --- /dev/null +++ b/task2/tb_task2.sv @@ -0,0 +1,5 @@ +module tb_task2(); + +// Your testbench goes here. Our toplevel will give up after 1,000,000 ticks. + +endmodule: tb_task2 -- cgit v1.2.3