Skip to content

Commit

Permalink
verific: save original module name
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Oct 5, 2023
1 parent 824fdaa commit 268fe92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontends/verific/verific.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1275,6 +1275,7 @@ void VerificImporter::import_netlist(RTLIL::Design *design, Netlist *nl, std::ma
log("Importing module %s.\n", RTLIL::id2cstr(module->name));
}
import_attributes(module->attributes, nl, nl);
module->set_string_attribute(ID::hdlname, nl->CellBaseName());
const char *param_name ;
const char *param_value ;
MapIter mi;
Expand Down

0 comments on commit 268fe92

Please sign in to comment.