=_NextPart_000_0011_01C4659D.60D10B40 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Re: How to constrain a divide by 3 clock?I don't have much of a choice = as those crappy oddballs here wrote all those weird RTL codes... I am only trying to somehow put their odd eggs into the FPGA.=20
Is my time specifications ok to do the build and P&R?=20 I just need some formality thing to show them that I have done what the = tools can do and flag 'em=20 a fail or pass.=20
Kelvin
Peter Alfke, Xilinx Applications
From: "Kelvin" Organization: StarHub Internet Pte Ltd Newsgroups: comp.arch.fpga Date: Thu, 8 Jul 2004 15:45:54 +0800 Subject: How to constrain a divide by 3 clock?=20
Hi, there:=20
My clk_4m is generated from clk_12m through a divide_by_3 state = machine... And I feed clk_4m into a BUFG also...I estimate the time from rising = edge of=20 clk_12m to clk_4m is 3.6 ns...Can I write these two constraints?=20
NET "clk_12m" TNM =3D "clk_12m"; TIMESPEC "TS_clk_12m" =3D PERIOD "clk_12m" 83.3 ns HIGH 50 %; NET "clk_4m" TNM =3D "clk_4m"; TIMESPEC "TS_clk_4m" =3D PERIOD "clk_4m" TS_clk_12m / 3 PHASE + 3.6 = ns; Thanks.=20 Kelvin