OpenCores
URL https://opencores.org/ocsvn/usbhostslave/usbhostslave/trunk

Subversion Repositories usbhostslave

[/] [usbhostslave/] [trunk/] [usbDevice/] [syn/] [xilinx/] [usbDeviceXilinxTop/] [usbDeviceXilinxTop.ucf] - Blame information for rev 40

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 37 sfielding
##############################################################################
2
## Copyright (c) 2006, 2007 Xilinx, Inc.
3
## This design is confidential and proprietary of Xilinx, All Rights Reserved.
4
##############################################################################
5
##   ____  ____
6
##  /   /\/   /
7
## /___/  \  /   Vendor:        Xilinx
8
## \   \   \/    Version:       1.0.1
9
##  \   \        Filename:      starter_kit_constraints.ucf
10
##  /   /        Date Created:  December 25, 2006
11
## /___/   /\    Last Modified: April 1, 2007
12
## \   \  /  \
13
##  \___\/\___\
14
##
15
## Devices:   Spartan-3 Generation FPGA
16
## Purpose:   Complete constraint file for Spartan-3A(N) Starter Kit
17
## Contact:   crabill@xilinx.com
18
## Reference: None
19
##
20
## Revision History:
21
##   Rev 1.0.0 - (crabill) Created December 25, 2006 for PCB revision C.
22
##   Rev 1.0.1 - (crabill) Modified April 1, 2007 to mention revision D
23
##                         of the PCB and applicability to Spartan-3AN.
24
##
25
##############################################################################
26
##
27
## LIMITED WARRANTY AND DISCLAIMER. These designs are provided to you "as is".
28
## Xilinx and its licensors make and you receive no warranties or conditions,
29
## express, implied, statutory or otherwise, and Xilinx specifically disclaims
30
## any implied warranties of merchantability, non-infringement, or fitness for
31
## a particular purpose. Xilinx does not warrant that the functions contained
32
## in these designs will meet your requirements, or that the operation of
33
## these designs will be uninterrupted or error free, or that defects in the
34
## designs will be corrected. Furthermore, Xilinx does not warrant or make any
35
## representations regarding use or the results of the use of the designs in
36
## terms of correctness, accuracy, reliability, or otherwise.
37
##
38
## LIMITATION OF LIABILITY. In no event will Xilinx or its licensors be liable
39
## for any loss of data, lost profits, cost or procurement of substitute goods
40
## or services, or for any special, incidental, consequential, or indirect
41
## damages arising from the use or operation of the designs or accompanying
42
## documentation, however caused and on any theory of liability. This
43
## limitation will apply even if Xilinx has been advised of the possibility
44
## of such damage. This limitation shall apply not-withstanding the failure
45
## of the essential purpose of any limited remedies herein.
46
##
47
##############################################################################
48
## Copyright (c) 2006, 2007 Xilinx, Inc.
49
## This design is confidential and proprietary of Xilinx, All Rights Reserved.
50
##############################################################################
51
 
52
# On this board, VCCAUX is 3.3 volts.
53
 
54
CONFIG VCCAUX = "3.3" ;
55
 
56
# Configure SUSPEND mode options.
57
 
58
CONFIG ENABLE_SUSPEND = "FILTERED" ;
59
 
60
# FILTERED is appropriate for use with the switch on this board. Other allowed
61
# settings are NO or UNFILTERED.  If set NO, the AWAKE pin becomes general I/O.
62
# Please read the FPGA User Guide for more information.
63
 
64
# Configure POST_CRC options.
65
 
66
CONFIG POST_CRC = "DISABLE" ;
67
 
68
# DISABLE the post-configuration CRC checking so INIT_B is available for
69
# general I/O after configuration is done.  On this board, INIT_B is used
70
# after configuration to control the Platform Flash device.  Other allowed
71
# settings are ENABLE.  Please read the FPGA User Guide for more information.
72
 
73
##############################################################################
74
# These are sample constraints for the three clock inputs.  You will need
75
# to change these constraints to suit your application.  Please read the
76
# FPGA Development System Reference Guide for more information on expressing
77
# timing constraints for your design.
78
##############################################################################
79
 
80
 
81
NET "clk"       LOC = "V12"  | IOSTANDARD = LVCMOS33 | PERIOD = 20.830 ;
82
OFFSET = IN  10.410 VALID 20.830 BEFORE "clk" ;
83
OFFSET = OUT 20.830 AFTER "clk" ;
84
 
85
 
86
 
87
 
88
 
89
 
90
##############################################################################
91
# Accessory Headers (J18, J19, J20)
92
##############################################################################
93
 
94
#NET "J18_IO<1>"     LOC = "AA21" | IOSTANDARD = LVCMOS33 | DRIVE = 8 | SLEW = SLOW ;
95
#NET "J18_IO<2>"     LOC = "AB21" | IOSTANDARD = LVCMOS33 | DRIVE = 8 | SLEW = SLOW ;
96
#NET "J18_IO<3>"     LOC = "AA19" | IOSTANDARD = LVCMOS33 | DRIVE = 8 | SLEW = SLOW ;
97
#NET "J18_IO<4>"     LOC = "AB19" | IOSTANDARD = LVCMOS33 | DRIVE = 8 | SLEW = SLOW ;
98
NET "usbSlaveVP"     LOC = "AA21" | IOSTANDARD = LVCMOS33 | DRIVE = 8 | SLEW = SLOW ;
99
NET "usbSlaveVM"     LOC = "AB21" | IOSTANDARD = LVCMOS33 | DRIVE = 8 | SLEW = SLOW ;
100
NET "usbSlaveOE_n"     LOC = "AA19" | IOSTANDARD = LVCMOS33 | DRIVE = 8 | SLEW = SLOW ;
101
NET "usbDPlusPullup"     LOC = "AB19" | IOSTANDARD = LVCMOS33 | DRIVE = 8 | SLEW = SLOW ;
102
 
103
#NET "J19_IO<1>"     LOC = "Y18"  | IOSTANDARD = LVCMOS33 | DRIVE = 8 | SLEW = SLOW ;
104
#NET "J19_IO<2>"     LOC = "W18"  | IOSTANDARD = LVCMOS33 | DRIVE = 8 | SLEW = SLOW ;
105
#NET "J19_IO<3>"     LOC = "V17"  | IOSTANDARD = LVCMOS33 | DRIVE = 8 | SLEW = SLOW ;
106
#NET "J19_IO<4>"     LOC = "W17"  | IOSTANDARD = LVCMOS33 | DRIVE = 8 | SLEW = SLOW ;
107
 
108
#NET "J20_IO<1>"     LOC = "V14"  | IOSTANDARD = LVCMOS33 | DRIVE = 8 | SLEW = SLOW ;
109
#NET "J20_IO<2>"     LOC = "V15"  | IOSTANDARD = LVCMOS33 | DRIVE = 8 | SLEW = SLOW ;
110
#NET "J20_IO<3>"     LOC = "W16"  | IOSTANDARD = LVCMOS33 | DRIVE = 8 | SLEW = SLOW ;
111
#NET "J20_IO<4>"     LOC = "V16"  | IOSTANDARD = LVCMOS33 | DRIVE = 8 | SLEW = SLOW ;
112
 
113
 
114
 
115
 
116
 
117
##############################################################################
118
# 10/100 Ethernet (E)
119
##############################################################################
120
 
121
 
122
NET "E_NRST"        LOC = "D15"  | IOSTANDARD = LVCMOS33 | DRIVE = 8 | SLEW = SLOW ;
123
 
124
##############################################################################
125
# Serial Peripheral System
126
##############################################################################
127
 
128
NET "SPI_SCK"       LOC = "AA20" | IOSTANDARD = LVCMOS33 | DRIVE = 8 | SLEW = SLOW ;
129
 
130
##############################################################################
131
# Parallel Flash (NF)
132
##############################################################################
133
 
134
NET "NF_CE"         LOC = "W20"  | IOSTANDARD = LVCMOS33 | DRIVE = 8 | SLEW = SLOW ;
135
 
136
 
137
##############################################################################
138
# DDR2 SDRAM Device (SD)
139
##############################################################################
140
 
141
NET "SD_CS"         LOC = "M5"   | IOSTANDARD = SSTL18_I ;
142
 
143
 
144
##############################################################################

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.