-
Notifications
You must be signed in to change notification settings - Fork 97
/
Copy pathGPIO.Button.Cursor.ucf
19 lines (18 loc) · 1.24 KB
/
GPIO.Button.Cursor.ucf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## =============================================================================================================================================================
## General Purpose I/O
## =============================================================================================================================================================
##
## Cursor Buttons
## =============================================================================
## Bank: 15
## VCCO: 1,8V (VCC1V8_FPGA)
## Location: SW3, SW4, SW5, SW6, SW7
## -----------------------------------------------------------------------------
NET "VC707_GPIO_Button_North" LOC = "AR40"; ## SW 3; high-active; external 4k7 pulldown resistor
NET "VC707_GPIO_Button_West" LOC = "AW40"; ## SW 7; high-active; external 4k7 pulldown resistor
NET "VC707_GPIO_Button_Center" LOC = "AV39"; ## SW 6; high-active; external 4k7 pulldown resistor
NET "VC707_GPIO_Button_East" LOC = "AU38"; ## SW 4; high-active; external 4k7 pulldown resistor
NET "VC707_GPIO_Button_South" LOC = "AP40"; ## SW 5; high-active; external 4k7 pulldown resistor
NET "VC707_GPIO_Button_*" IOSTANDARD = LVCMOS18;
## Ignore timings on async I/O pins
NET "VC707_GPIO_Button_*" TIG;