aboutsummaryrefslogtreecommitdiff
path: root/task5/tb_task5.sv
blob: 934e417f20fe59745a784215e19be9de77e46fcd (plain) (blame)
1
2
3
4
5
6
7
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