UPGRADE YOUR BROWSER
We have detected your current browser version is not the latest one. Xilinx.com uses the latest web technologies to bring you the best online experience possible. Please upgrade to a Xilinx.com supported browser:Chrome, Firefox, Internet Explorer 11, Safari. Thank you!
How do I lock a CLKDLL to a specified DLL in Virtex?
Users can lock a CLKDLL down in the UCF file.
In the UCF file, use the following syntax:
Virtex:
INST <DLL_instance> LOC = dll<x>
where <x> is the number 0 to 3.
EX: INST MY_DLL LOC = dll1
Virtex-E:
INST <DLL_instance> LOC = dll<xy>
where x is the number 0 to 3, and y is the letter p (for primary) or or
s (for secondary).
EX: INST MY_DLL LOC = dll1P
AR# 9045 | |
---|---|
Date | 12/15/2012 |
Status | Archive |
Type | General Article |