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.

zero cycle path in FPGA

Status
Not open for further replies.

Guru59

Full Member level 4
Joined
Jul 10, 2006
Messages
217
Helped
7
Reputation
14
Reaction score
3
Trophy points
1,298
Activity points
2,812
hello all,

In one my ASIC designs we have a zero cycle path.
How do we make sure this in FPGA prototyping.

thanks
 

A zero cycle path is a timing path that propagates from one flop to another racing the propagation of the same clock edge. This is a race condition. The RTL code must be modified to remove all zero cycle timing paths.

WHY: Zero cycle paths can only pass STA with manual intervention which is error-prone and re-quires Nuelight to document the zero cycle path and provide an exception file for STA when one exists within a RIP or bolt-on.

RTL DESIGN GUIDELINES
 

Hi,

Check out the timing constraints for the specific Vendor software. You should have something for False path.
For Xilinx ISE, TIG - Timing Ignore is the timing constraint which is useful.

If you use this then, path will be ignored and you won't get any error for this.

Hope this helps you out
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top