aboutsummaryrefslogtreecommitdiff
path: root/task5/tb_datapath.sv
blob: 64ff5ab6aabea6fb8d2fb729795628f88f8e438e (plain) (blame)
1
2
3
4
5
6
7
module tb_datapath();

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