Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

xilinx timing constrain problem

Status
Not open for further replies.
J

jkchen

Guest
i want to perform a serial-in-parallel-out registor.all bufg resource is run out in my spartanii chip.i try two methods:
1.add attribute "uselowskewlines" to the clock net;
2.constrain the clock net and d-flip-flop delay in 20ns;
but it can not solve the problem.is there any other methods i missed?
 

switch bufg to secondary global buffers

:)
 

spartanII just got 4 bufg to use.

I have used all for other clocks. no more left.
 

Give us some more information.
but it can not solve the problem
. What is the problem ? I hope you didn't used a PERIOD constraint for data. :)

regards,
Buzkiller.
 

problem solved

reply from xilinx web site.they suggest two methods:
1.use a clock which pass through a bufg(five times than my clock) sample my clock. this methods can make my clock's rising-edge as accuracy as bufg clock.
2.use floorplan to place the nessary logic in a small area.

i used method 1 and plus "uselowskewlines"(i don't know it's useful or not).the problem is solved.

sorry for my poor english.

jkchen
 

You test this:
NET xxx MAXSKEW = 0.5 ns;
xxx is your clock which is not drived by bufg.
 

you should edit the constraint file, and include the constraint file when you synthesize it
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top