Forum Discussion
KhaiChein_Y_Intel
Regular Contributor
6 years agoHi,
In the Intel Quartus Prime Standard edition software, the analyzer searches all libraries in an unspecified order until the analyzer finds package. This means that it will use the package it found first disregards of the library specified in the HDL file.
It is different from the Pro edition where the analyzer will use the package as specified.
You may refer the comparison in https://www.intel.com/content/www/us/en/programmable/documentation/yoq1529444104707.html#jbr1442951948681
Thanks.