aboutsummaryrefslogtreecommitdiff
path: root/task1/tb_card7seg.sv
blob: 3a985c9f5b04a24c2a7d9cfe8c50af1a73bfce10 (plain) (blame)
1
2
3
4
5
6
7
8
module tb_card7seg();

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