Forum Discussion

KWang97's avatar
KWang97
Icon for Occasional Contributor rankOccasional Contributor
6 years ago

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 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's avatar
    KennyT_altera
    Icon for Super Contributor rankSuper 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's avatar
      KWang97
      Icon for Occasional Contributor rankOccasional Contributor
      Hi Can incremental compilation realize this? If yes, how? Could you please provide details for this? Thanks!
  • KennyT_altera's avatar
    KennyT_altera
    Icon for Super Contributor rankSuper 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's avatar
      KWang97
      Icon for Occasional Contributor rankOccasional 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:image001.jpg@01D526BE.1B0594D0]
  • KennyT_altera's avatar
    KennyT_altera
    Icon for Super Contributor rankSuper 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.