Forum Discussion
Altera_Forum
Honored Contributor
14 years agonios2 processor non responsive
Hello everyone. I have created a design in SOPC builder with a NIOSIIf core which has a MMU. The SOPC file for the same is here (https://docs.google.com/open?id=0b8b-p7uizx09ztfmnwi0ntqtmdcyni0...
Altera_Forum
Honored Contributor
14 years agoHello.
Yes I am now using the timequest timing analyzer to constrain my clock. What I am doing is (after going through the timequest quickstart tutorial and the timequest cookbook):- I run the compilation just before the fitter step so I can create a post map netlist (whats the difference between post fit and post map netlists by the way? The quick start guides and other documentation usually create a timing netlist based on post map. Any specific reason?)
- using
to inform timequest about the presence of a PLL and automatically update all the places it is being usedderive_pll_clocks -create_base_clocks - updating the timing netlist
- writing an SDC file out of that
- adding the SDC file in my project
- Why is a design which works on Linux fails to do so in windows as far as timing analysis is concerned
- Why is it that DMA causes the timing analysis to fail (even after constraining the PLL clock in the above mentioned fashion)? How do I go about fixing that? (I know this is easier said than done, but if pointed to in the right direction, I'd take that as an exercise and pursue it relentlessly keeping you guys posted here.)
- It was mentioned in the last post about 'watching the output of the PLL'. Id be glad if that could be elaborated more on (perhaps this question would get covered under the answer to the 2nd point which makes it redundant. But in case it isn't, here it is :) )