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:
parent
b51c972296
commit
6cf5157fe7
4 changed files with 28 additions and 47 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue