Added base GOWIN eda script
This commit is contained in:
8
examples/GW1NSR-4C/CON/io.cst
Normal file
8
examples/GW1NSR-4C/CON/io.cst
Normal file
@ -0,0 +1,8 @@
|
||||
IO_LOC "led_o" 10;
|
||||
IO_PORT "led_o" PULL_MODE=NONE DRIVE=8;
|
||||
|
||||
IO_LOC "reset_n_i" 15;
|
||||
IO_PORT "reset_n_i" PULL_MODE=UP;
|
||||
|
||||
IO_LOC "clk_i" 45;
|
||||
IO_PORT "clk_i" PULL_MODE=UP;
|
1
examples/GW1NSR-4C/CON/io.sdc
Normal file
1
examples/GW1NSR-4C/CON/io.sdc
Normal file
@ -0,0 +1 @@
|
||||
create_clock -name CLK_IN -period 37.037 -waveform {0 18.52} [get_ports {clk_i}]
|
Reference in New Issue
Block a user