Forum Discussion
KWang97
Occasional Contributor
7 years agoI want to use SignalTap. When modified the SignalTap, the whole project needs to be recomplied which will take lots of time. I just want to recompile SignalTap part and don't recompile the oeiginal project. How will I realize it? Thanks
I want to use SignalTap. When modified the SignalTap, the whole project needs to be recomplied which will take lots of time. I just want to recompile SignalTap part after its modification and don't recompile the oeiginal project. How will I realize it? Thanks
5 Replies
- KennyT_altera
Super Contributor
what device that you were using? When you modified the signal tap, there will be additional logic added to the project, so you will have to rerun the full compile.- KWang97
Occasional Contributor
Hi Can incremental compilation realize this? If yes, how? Could you please provide details for this? Thanks!
- KennyT_altera
Super Contributor
Incremental compilation will be use full if you have the rapid recompile feature. However, this feature is device specific, you can check whether this option is grey out or not in your Quartus Prime.
- KWang97
Occasional Contributor
Hi Is incremental compilation set in picture below? Will I select both the two check boxes in picture. Could you please tell me how to configure incremental compilation in detail? My quartus is prime standard 15.1 and my device is Cyclone V 5CSEBA6U23I7. Thanks! [cid:[email protected]]
- KennyT_altera
Super Contributor
I checked 18.1, you can just used, Processing -> Start -> Start Rapid Recompile for it. The compilation for Signal tap by default should be using this anyway. The time had already reduced with the rapid recompiled. Otherwise, the full compilation will take even longer.