Forum Discussion

MichaelL's avatar
MichaelL
Icon for New Contributor rankNew Contributor
22 days ago

Quartus/Signaltap complains about wrong version

Hello,

we are using Quartus prime V24.1.0 for a rather large project. We have various signaltap files stored within git for analysis. Now, from time to time, it happens that quartus throws the following warning/assertion. Obviously, this assertion can be suppressedwith ENABLE_VHDL_STATIC_ASSERTIONS OFF, and everything is working. However this is no soulution as we want to have ENABLE_VHDL_STATIC_ASSERTIONS ON

Error (22148): VHDL error at sld_ela_control.vhd(1263): Failure: "The design file sld_ela_control.vhd is released with Q
uartus Prime software Version 24.1.0. It is not compatible with the parent entity. If you generated the parent entity us
ing the Signal Tap megawizard, then you must update the parent entity using the megawizard in the current release.": exi
ting elaboration File: c:/intelfpga_pro/24.1/quartus/libraries/megafunctions/sld_ela_control.vhd Line: 1263

If I remove the signaltap(file) entirely, and readd it, everything works. However, this is very annoying and time consuming.

Q1. Why is this assertion triggered in the first place? We do not use any other versions.
Q2. How do I "update the parent entity using the megawizard"? I'm unable to find an "update" option. To me deleting signaltap and re-creating it is not an update.... 

Thanks,
Michael

11 Replies

  • sstrell's avatar
    sstrell
    Icon for Super Contributor rankSuper Contributor

    Are you using the IP Catalog flow for adding Signal Tap to your design instead of simply creating and adding the .stp file to your project?  If so, did you create Signal Tap in a previous version of Quartus?  Perhaps you need to regenerate the IP.

    Explain in more detail how you created Signal Tap and how you're using it.

    • MichaelL's avatar
      MichaelL
      Icon for New Contributor rankNew Contributor

      Hi,

      for new signaltaps I'm clicking in quartus 24.1 on Tools => Signaltap Tap Logic Analyzer and then adding the nodes and instances.
      What now happend was that, I deactivated the signaltap in the .qsf-file, (did a synthesis), then readded it in the qsf (the stp-file hasn't been changed), reopend signaltap (using Tools => Signal Tap Logic Analyzer),  added some more nodes; did a new synthesis and the above assertion happened.

      How to I regenerate the IP, I thought this will happen automatically, as "set_global_assignment -name PROJECT_IP_REGENERATION_POLICY ALWAYS_REGENERATE_IP" is on.

      As for older signaltaps we simply add the stp-file (and activate it) in the qsf - Here, I can somehow understand that this might not be optimal, still the question is, what and how to update there, as "set_global_assignment -name PROJECT_IP_REGENERATION_POLICY ALWAYS_REGENERATE_IP" is on.
      Is there any way to manually update the signaltap?

      Michael

  • sstrell's avatar
    sstrell
    Icon for Super Contributor rankSuper Contributor

    You're not using the IP Catalog flow, so you don't have to worry about regenerating the IP.

    If you're just adding the .stp as a design file, then this could be an issue.  Use the setting in the Settings dialog box in the Signal Tap settings to enable/disable the .stp file.  The wrong assignment is probably being put in the .qsf if you're doing it manually.

    • MichaelL's avatar
      MichaelL
      Icon for New Contributor rankNew Contributor

      I just removed and readded the stp file using the dialog:

      Still, I get the following error:

      So, is there any way to get this working, without creating a new stp-file?

      • RichardT_altera's avatar
        RichardT_altera
        Icon for Super Contributor rankSuper Contributor

        Which Quartus Edition are you using—Standard or Pro?
        Does creating a new .stp file in your project (version 24.1) also cause this issue?

        Do you know when this .stp file was originally created and which Quartus version was used?
         

        Could you share your design .qar file (via Project > Archive Project) that can reproduce this error?
         

        Regards,
        Richard Tan 

  • sstrell's avatar
    sstrell
    Icon for Super Contributor rankSuper Contributor

    It is possible your .stp file is corrupted.  I'd try recreating it.