From f2fc6a0b45929f81d69c5f17997880a51a53ddf0 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sun, 31 Oct 2021 12:10:11 +1300 Subject: Fix linting errors, dead wire --- top.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'top.v') diff --git a/top.v b/top.v index 6d98150..c8f736d 100644 --- a/top.v +++ b/top.v @@ -1,6 +1,6 @@ module top( input clk_i, - output led_o, + output led_o ); blink #( -- cgit v1.1