diff options
Diffstat (limited to 'icefuzz/tests/example_icestick.v')
-rw-r--r-- | icefuzz/tests/example_icestick.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icefuzz/tests/example_icestick.v b/icefuzz/tests/example_icestick.v index 4635550..80924b6 100644 --- a/icefuzz/tests/example_icestick.v +++ b/icefuzz/tests/example_icestick.v @@ -24,6 +24,6 @@ module top ( always@(posedge clk) counter <= counter + 1; - + assign {LED1, LED2, LED3, LED4, LED5} = bin2gray(counter >> LOG2DELAY); endmodule |