module tb_task5(); // 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 // 100,000 ticks (equivalent to "initial #100000 $finish();"). endmodule