-
Notifications
You must be signed in to change notification settings - Fork 97
/
Copy pathGPIO.Rotary.ucf
17 lines (16 loc) · 1.02 KB
/
GPIO.Rotary.ucf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## =============================================================================================================================================================
## General Purpose I/O
## =============================================================================================================================================================
##
## Rotary-Button
## =============================================================================
## Bank: 13
## VCCO: 1,8V (VCC1V8_FPGA)
## Location: SW10
## -----------------------------------------------------------------------------
NET "VC707_GPIO_Rotary_Button" LOC = "AW31"; ## SW10.5; high-active; external 4k7 pulldown resistor
NET "VC707_GPIO_Rotary_IncA" LOC = "AR33"; ## SW10.1; high-active; external 4k7 pulldown resistor
NET "VC707_GPIO_Rotary_IncB" LOC = "AT31"; ## SW10.6; high-active; external 4k7 pulldown resistor
NET "VC707_GPIO_Rotary_*" IOSTANDARD = LVCMOS18;
## Ignore timings on async I/O pins
NET "VC707_GPIO_Rotary_*" TIG;