From 1cde40792f2d8cf8d0799fec25c0418a0903547f Mon Sep 17 00:00:00 2001 From: "William D. Jones" Date: Sat, 21 Nov 2020 18:42:30 -0500 Subject: machxo2: Improve examples directory. --- machxo2/examples/blinky.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machxo2/examples/blinky.v') diff --git a/machxo2/examples/blinky.v b/machxo2/examples/blinky.v index 42becb72..c7cde26d 100644 --- a/machxo2/examples/blinky.v +++ b/machxo2/examples/blinky.v @@ -1,4 +1,4 @@ -module top(input clk, rst, output reg [7:0] leds); +module top(input clk, rst, output [7:0] leds); reg [7:0] ctr; always @(posedge clk) -- cgit v1.2.3