Forum Discussion
3 Replies
- CalvinJoaz_P_Intel
Contributor
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. - MPain
New Contributor
That window is empty.
- Abe
Frequent 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.