source: Hardware/FPGA_Board/Rev2.2/UCF/WARP_FPGA_v2.2_Clocks.ucf

Last change on this file was 1370, checked in by sgupta, 15 years ago

clock ucf

File size: 572 bytes
Line 
1#FPGA Board v2.2 Clock Constraints
2#
3# The constraints using the onboard 100MHz oscillator
4Net sys_clk_pin LOC=AM21;
5Net sys_clk_pin IOSTANDARD = LVTTL;
6Net sys_clk_pin TNM_NET = sys_clk_pin;
7TIMESPEC TS_sys_clk_pin = PERIOD sys_clk_pin 10000 ps;
8#
9# The constraints using the Clock Board generated 40MHz
10# clock for the design. NOTE: The clock_board_configurator
11# must be instantiated to configure the clock board
12Net sys_clk_pin LOC=AN20;
13Net sys_clk_pin IOSTANDARD = LVTTL;
14Net sys_clk_pin TNM_NET = sys_clk_pin;
15TIMESPEC TS_sys_clk_pin = PERIOD sys_clk_pin 25000 ps;
Note: See TracBrowser for help on using the repository browser.