Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20751 Discussions

Error(18210): LogicLock region assignments cannot be used in Quartus Prime Pro Edition. Remove these

kleaviat
Beginner
268 Views

Dear,

 

I am currently building an FPGA design in Quartus Pro II ver. 16.0.0, because initial design and its IP cores were created in mentioned version. When we run "FITTER" function of the compilation I get following error. 

 

Error(18210): LogicLock region assignments cannot be used in Quartus Prime Pro Edition. Remove these assignments, or modify them to use LogicLock Plus region assignments.

 

Based on the web  (https://community.intel.com/t5/Intel-Quartus-Prime-Software/LogicLock-Arria10-issues-with-Platform-Designer-projects/m-p/1352489) I assume that I have an issue in the syntax of constrained files. The open ticket mentions that problem is in a wild card "*". I have tried to use proposed solution but it didn't help (exp.  set_false_path -from [get_registers {*|*sd2~cs_css/dclk_bump.reg}] -to [get_ports NCSO*])

 

Is there another way to solve the problem which I have?

Thank you very much for your help

Best,

Kleaviat
     

Labels (1)
0 Kudos
3 Replies
sstrell
Honored Contributor III
234 Views

No, the issue is just what the error says.  The format of Logic Lock .qsf assignments changed in Pro at some point IIRC ("Logic Lock Plus"), so just like the error says, you should delete and then recreate your LL assignments using the Logic Lock assignments window and/or Chip Planner.

0 Kudos
RichardTanSY_Intel
141 Views

Yes, as the error message stated, you will need to remove all Logic Lock assignments in your QSF file.

You may also visit this webpage to check the cause of Quartus error messages and the respective actions to resolve them.

Link: https://www.intel.com/content/www/us/en/programmable/quartushelp/current/index.htm#msgs/msgs/eqhd_invalid_region_assignment.htm


Regards,

Richard Tan


0 Kudos
RichardTanSY_Intel
87 Views

We noticed that we haven't received a response from you regarding the latest previous question/reply/answer, and will now transitioning your inquiry to our community support. We apologize for any inconvenience this may cause and we appreciate your understanding.

If you have any further questions or concerns, please don't hesitate to let us know. 

Thank you for reaching out to us!


Best Regards,

Richard Tan


0 Kudos
Reply