Forum Discussion
Altera_Forum
Honored Contributor
14 years agoNice coincidence, this gives quite a bit of understanding on the tool itself:
http://www.alteraforum.com/forum/showthread.php?t=32541 However what I'm really interessted in is the things that I can do to close the timing. From my former ASIC development job, I was used to get the REAL critical paths, work on them (reduce logic levels, pipeline, redesign to be simpler) and there we were, as the critical paths were the critical ones. However, with FPGA this is highly undeterministic (as explained in above mentioned link). So the question is how to find out the real critical paths that need to be optimized. I feel like adding tons of pipelining to posssibly not-so-critical paths leads to increase the congestion on all other paths. So how do i find out the relevant critical paths?