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;
|
Reference in New Issue
Block a user