- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Greetings,
After adjusting one small detail in the signal tap files I have to re-compile the entire design. Is there a way to run all the signal taps, adjust a small parameter and only compile the signal tap file without havingto wait thirty minutes to compile? Thank youLink Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Go to Assignments -> Design Partition Window and set the Top partition to Post-Fit. In essence, Signal Tap is another partition in the design, so when the top is post-fit, only SignalTap will be resynthesized, placed and routed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
30 minutes, what a luxury ;)
on a serious note, i find post-fit SignalTap nodes to be a lot less useful than pre-synthesis, so i rarely them- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
30 minutes compared to what? Personally, I get that resynthesizing the SignalTap and refitting takes some time. (You can disable timing analysis to save a little more, if you're confident). I would really like to see a way to just re-route the signals from the user logic to SignalTap incrementally, which I believe could be significantly faster.
There's a lot to be said for pre-synthesis, but there is the obvious expense of having to resynthesize and fit everything. I've seen user's put keep attributes on the pre-synthesis signals they commonly like to tap, ensuring they're around as SignalTap post-fit nodes.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That last response didn't come out as I wanted. Anyway, when compile times are pretty quick, this flow doesn't have huge savings, where you're going to be running many iterations before lunch. But on the huge designs with the fitter effort cranked up and physical synthesis turned on, etc., it can have a significant impact. I've attached a sample script that opens a project and turns on SignalTap, sets the partitions to post-fit, and disables Physical Synthesis and Optimize Timing. There are probably other things that could be disabled or turned down, like the Fitter Effort. This all will make the run go more quickly. Note that it doesn't turn them back on, so if you were to use this build for future full compiles, they would be quite bad. (The script could easily be modified to turn them on...)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for the script. How do I run this within Quartus?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I tried setting the Top level file to "post Fit" but when I compiled the deign a whole bunch of errors were thrown at me about signals that were now not working. Are there any caveats about partitioning? Thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It was designed to run outside of Quartus. You could just pare it down to the "set_global_assignment..." commands and run from Tools -> Tcl Scripts. That will modify the .qsf, and then just hit compile.
Did you do it in the GUI? What were the errors? There are caveats, but this flow doesn't actually require you to create partitions, i.e. the Top level should always be in one, and SignalTap is kind of put into one on the side, so the caveats shouldn't really apply. (I think the web edition of Quartus II does not support partitions, but not positive). If you're interested, look at the Best Practices chapter: http://www.altera.com/literature/hb/qts/qts_qii5v1.pdf
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page