aboutsummaryrefslogtreecommitdiff
path: root/task5/tb_scorehand.sv
blob: 0d8f9d8679b827750c20175c2ef528748e28b1aa (plain) (blame)
1
2
3
4
5
6
7
module tb_scorehand();

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