forked from VLSI-EDA/PoC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGPIO.Switch.ucf
18 lines (17 loc) · 1.17 KB
/
GPIO.Switch.ucf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## =============================================================================================================================================================
## General Purpose I/O
## =============================================================================================================================================================
##
## DIP-Switches
## -----------------------------------------------------------------------------
## Bank: 13
## VCCO: 2.5V (VADJ_FPGA)
## Location: SW11
## -----------------------------------------------------------------------------
NET "KC705_GPIO_Switches<0>" LOC = "Y29"; ## {IN} SW11.4; high-active; external 4k7 pulldown resistor
NET "KC705_GPIO_Switches<1>" LOC = "W29"; ## {IN} SW11.3; high-active; external 4k7 pulldown resistor
NET "KC705_GPIO_Switches<2>" LOC = "AA28"; ## {IN} SW11.2; high-active; external 4k7 pulldown resistor
NET "KC705_GPIO_Switches<3>" LOC = "Y28"; ## {IN} SW11.1; high-active; external 4k7 pulldown resistor
NET "KC705_GPIO_Switches<?>" IOSTANDARD = LVCMOS25; ##
## Ignore timings on async I/O pins
NET "KC705_GPIO_Switches<?>" TIG;