- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
twr and par are different
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-16-2012 07:02 AM
when par done sucessful
par report(mydesign.par) said there are 8719's load on clk_bus.
but twr report(mydesign.twr) said " clk_bus, there are 0 path analyzed"
ISE version is 13.2 on linux platform.
can anyone tell me why
Re: twr and par are different
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-16-2012 09:47 AM
No paths analyzed may mean that it found no constraints to apply.
I would apply the simplest PERIOD constraint to that clock, and try again.
Principal Engineer
Xilinx San Jose
Re: twr and par are different
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-16-2012 09:51 AM
"If the design has two PERIOD constraints that cover the same paths, the later PERIOD constaint in the PCF file covers or analyzes these paths. The previous PERIOD constraints show 0 items analyzed in the timing report. In order to force the timing analysis tools to use the previous PERIOD constraints, instead of the later one, use the PRIORITY keyword on the PERIOD constraints. In addition to the PRIORITY keyword, a multi-cycle or FROM:TO constraint can be used to cover these paths."
Principal Engineer
Xilinx San Jose
Re: twr and par are different
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-23-2012 03:22 PM
If 'clk_bus' drives an MMCM/PLL, then the static timing analysis will report 0 paths analyzed. This clock wire does not drive any synchronous elements. The post MMCM/PLL wire/nets drive the majority of the logic in the design. Please review the post MMCM/PLL PERIOD constriants for the correct analysis of your design.











