We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9225c9a commit 51054b9Copy full SHA for 51054b9
src/tb.v
@@ -26,7 +26,11 @@ module tb (
26
assign segments = outputs[6:0];
27
28
// instantiate the DUT
29
- seven_segment_seconds #(.MAX_COUNT(100)) seven_segment_seconds(
+ seven_segment_seconds #(
30
+`ifdef GL_TEST
31
+ .MAX_COUNT(100)
32
+`endif
33
+ ) seven_segment_seconds(
34
`ifdef GL_TEST
35
// for gatelevel testing we need to set up the power pins
36
.vccd1(1'b1),
0 commit comments