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