aboutsummaryrefslogtreecommitdiff
path: root/task5/tb_statemachine.sv
blob: 032359f1b48686c5fa025b0a473f92f36d729b89 (plain) (blame)
1
2
3
4
5
6
7
module tb_statemachine();

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