aboutsummaryrefslogtreecommitdiff
path: root/task4/tb_task4.sv
blob: 0cc9c845b917affd8459586fac9c44ffbad7d71f (plain) (blame)
1
2
3
4
5
6
7
module tb_task4();

// 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