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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.74/] [rtl/] [bplib/] [nexys2/] [nexys2_time_fx2_ic.ucf] - Blame information for rev 17

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 17 wfjm
## $Id: nexys2_time_fx2_ic.ucf 448 2012-01-02 21:55:11Z mueller $
2
##
3
## Revision History:
4
## Date         Rev Version  Comment
5
## 2012-01-01   448   1.0    Initial version
6
##
7
## timing rules for a 30 MHz internal clock design:
8
##   Period:   30 MHz
9
##   clk->out: longest setup time in FX2 is t_SRD (clk->SLRD) of 18.7 ns
10
##               clk->out < 33.3-18.7 = 14.6 ns
11
##               --> use 10 ns
12
##
13
 
14
## The nexys2 board has unfortunately the FX2 IFCLK *not* connected to a
15
## clock capable pin -> not ok when FX2 uses internal clock. So allow par
16
## to route from a 'normal' pin to a clock net. Not nice, compromizes the
17
## timing, but unavoidable on nexys2 (Note: nexys3 and atlys are ok).
18
## In practice IFCLK to pad times are quite similar on nexys2 and nexys3...
19
 
20
NET "I_FX2_IFCLK" CLOCK_DEDICATED_ROUTE = FALSE;
21
 
22
##
23
NET "I_FX2_IFCLK" TNM_NET = "I_FX2_IFCLK";
24
TIMESPEC "TS_I_FX2_IFCLK" = PERIOD "I_FX2_IFCLK" 33.34 ns HIGH 50 %;
25
OFFSET =  IN 2.5 ns BEFORE "I_FX2_IFCLK";
26
OFFSET = OUT  10 ns  AFTER "I_FX2_IFCLK";

powered by: WebSVN 2.1.0

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