Forum Discussion

MPain's avatar
MPain
Icon for New Contributor rankNew Contributor
6 years ago

how do I change the settings to get rid of the 292013 warning

Warning (292013): Feature LogicLock is only available with a valid subscription license. You can purchase a software subscription to gain full access to this feature.

I don't think that i need the feature but can't seem to find where it is being used.

3 Replies

  • Hi Matthew, Good day to you. In Quartus click "Assignments -> LogicLock Regions Window". Once the window opens, delete any logiclock regions in your designs other than the "Root Region". Let me know if this has helped resolve the issue you are facing or if you need any further assistance. Thank you.
  • Abe's avatar
    Abe
    Icon for Frequent Contributor rankFrequent Contributor

    If you're using the GUI, then select the message that you want to suppress and right-click it. In the pop-up context menu, select, Suppress -> Suppress messages with Matching ID. This will suppress these messages with the same message ID.

    Alternatively, you can create a <project_name>.srf file and include the following lines in it:

    { "" "" "" "*" { } { } 0 18236 "" 0 0 "Design Software" 0 -1 0 ""}

    { "" "" "" "*" { } { } 0 292013 "" 0 0 "Design Software" 0 -1 0 ""}

    Change the numbers "18236" , 29213" to match the message you want to remove. These numbers are the Message IDs.