Skip verific primitives and operators import by default

This commit is contained in:
Miodrag Milanovic 2022-10-14 17:41:24 +02:00
parent 922f8b614a
commit 48628fbf5a
1 changed files with 1 additions and 0 deletions

View File

@ -3235,6 +3235,7 @@ struct VerificPass : public Pass {
MapIter mi ;
Verific::Cell *c ;
FOREACH_CELL_OF_LIBRARY(l,mi,c) {
if (!mode_verific && (l == Library::Primitives() || l == Library::Operators())) continue;
MapIter ni ;
if (c->NumOfNetlists() == 1) {
c->GetFirstNetlist()->SetName("");