3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-07 11:41:23 +00:00

Update example for GW1NR-9

This uses the Trenz TEC0117 on Gowin IDE 1.8.4
This commit is contained in:
Pepijn de Vos 2019-09-04 10:52:28 +02:00
parent b51c972296
commit 6cf5157fe7
4 changed files with 28 additions and 47 deletions

View file

@ -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;