aboutsummaryrefslogtreecommitdiffstats
path: root/examples/gowin/demo.v
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gowin/demo.v')
-rw-r--r--examples/gowin/demo.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/gowin/demo.v b/examples/gowin/demo.v
index f5c001893..485fec97f 100644
--- a/examples/gowin/demo.v
+++ b/examples/gowin/demo.v
@@ -1,7 +1,7 @@
module demo (
input clk,
- output [15:0] leds
- //,output unused
+ output [15:0] leds,
+ output unused
);
localparam PRESCALE = 20;
reg [PRESCALE+3:0] counter = 0;