Skip to content

Commit

Permalink
Revert "Add attributes to module instantiation"
Browse files Browse the repository at this point in the history
This reverts commit 8f207ee.
  • Loading branch information
mmicko committed Dec 4, 2023
1 parent 8bd681a commit 96fecf0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontends/verific/verific.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1980,7 +1980,6 @@ void VerificImporter::import_netlist(RTLIL::Design *design, Netlist *nl, std::ma
}

RTLIL::Cell *cell = module->addCell(inst_name, inst_type);
import_attributes(cell->attributes, inst);

if (inst->IsPrimitive() && mode_keep)
cell->attributes[ID::keep] = 1;
Expand Down

0 comments on commit 96fecf0

Please sign in to comment.