-
Notifications
You must be signed in to change notification settings - Fork 95
/
Copy pathGPIO.Rotary.ucf
25 lines (24 loc) · 1.5 KB
/
GPIO.Rotary.ucf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## =============================================================================================================================================================
## Xilinx User Constraint File (UCF)
## =============================================================================================================================================================
## Board: Xilinx - Virtex 6 ML605
## FPGA: Xilinx Virtex 6
## Device: XC6VLX240T
## Package: FF1156
## Speedgrade: -1
## =============================================================================================================================================================
## General Purpose I/O
## =============================================================================================================================================================
##
## Rotary-Button
## =============================================================================
## Bank: 13
## VCCO: 1,8V (VCC1V8_FPGA)
## Location: SW10
## -----------------------------------------------------------------------------
NET "ML605_GPIO_Rotary_Button" LOC = "AW31"; ## SW10.5; high-active; external 4k7 pulldown resistor
NET "ML605_GPIO_Rotary_IncA" LOC = "AR33"; ## SW10.1; high-active; external 4k7 pulldown resistor
NET "ML605_GPIO_Rotary_IncB" LOC = "AT31"; ## SW10.6; high-active; external 4k7 pulldown resistor
NET "Ml605_GPIO_Rotary_*" IOSTANDARD = LVCMOS18;
## Ignore timings on async I/O pins
NET "ML605_GPIO_Rotary_*" TIG;