From a186a9a6be2cb0ece7ecf0bcc27e813f5534603d Mon Sep 17 00:00:00 2001 From: "github-classroom[bot]" <66690702+github-classroom[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 21:59:56 +0000 Subject: Initial commit --- task5/tb_datapath.sv | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 task5/tb_datapath.sv (limited to 'task5/tb_datapath.sv') diff --git a/task5/tb_datapath.sv b/task5/tb_datapath.sv new file mode 100644 index 0000000..64ff5ab --- /dev/null +++ b/task5/tb_datapath.sv @@ -0,0 +1,7 @@ +module tb_datapath(); + +// 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 +// 10,000 ticks (equivalent to "initial #10000 $finish();"). + +endmodule -- cgit v1.2.3