diff options
author | Pepijn de Vos <pepijndevos@gmail.com> | 2019-09-04 10:52:28 +0200 |
---|---|---|
committer | Pepijn de Vos <pepijndevos@gmail.com> | 2019-09-04 10:52:28 +0200 |
commit | 6cf5157fe7a8f4299a002f1be6c95ba5507a2cd4 (patch) | |
tree | 888348a8804cc219b752107cd706ad09a9cefd25 /examples/gowin/demo.v | |
parent | b51c9722967ba5f3565146b401bb161f19b46ba4 (diff) | |
download | yosys-6cf5157fe7a8f4299a002f1be6c95ba5507a2cd4.tar.gz yosys-6cf5157fe7a8f4299a002f1be6c95ba5507a2cd4.tar.bz2 yosys-6cf5157fe7a8f4299a002f1be6c95ba5507a2cd4.zip |
Update example for GW1NR-9
This uses the Trenz TEC0117 on Gowin IDE 1.8.4
Diffstat (limited to 'examples/gowin/demo.v')
-rw-r--r-- | examples/gowin/demo.v | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/gowin/demo.v b/examples/gowin/demo.v index 6ea108384..3cb782fa7 100644 --- a/examples/gowin/demo.v +++ b/examples/gowin/demo.v @@ -1,9 +1,6 @@ module demo ( input clk, - input [3:0] sw, - output [15:0] leds, - output [7:0] seg7dig, - output [3:0] seg7sel + output [15:0] leds ); localparam PRESCALE = 20; reg [PRESCALE+3:0] counter = 0; |