I encountered the following anomaly:
If my lib.map contains these clauses in this order:
library mapped "{mapped netlist}";
library rtl "{behavioral model #1";
library rtl "{behavioral model #2";
...
then the behavioral models get placed into library 'worklib'
However, if I place the 'library mapped' clause after the others then they get placed in library 'rtl' as expected.
Is there a legitimate LRM reason why this would be so or is this a bug?
Thanks, Tom
[Please visit the site to access the poll]