Skip to content

Commit 51054b9

Browse files
committed
def out count as well
1 parent 9225c9a commit 51054b9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/tb.v

+5-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ module tb (
2626
assign segments = outputs[6:0];
2727

2828
// instantiate the DUT
29-
seven_segment_seconds #(.MAX_COUNT(100)) seven_segment_seconds(
29+
seven_segment_seconds #(
30+
`ifdef GL_TEST
31+
.MAX_COUNT(100)
32+
`endif
33+
) seven_segment_seconds(
3034
`ifdef GL_TEST
3135
// for gatelevel testing we need to set up the power pins
3236
.vccd1(1'b1),

0 commit comments

Comments
 (0)