mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-02 21:37:04 +00:00
parent
2ae7490adf
commit
bd439fc524
15 changed files with 110 additions and 49 deletions
|
@ -1535,7 +1535,8 @@ 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());
|
||||
if (module->name.isPublic())
|
||||
module->set_string_attribute(ID::hdlname, nl->CellBaseName());
|
||||
module->set_string_attribute(ID(library), nl->Owner()->Owner()->Name());
|
||||
#ifdef VERIFIC_VHDL_SUPPORT
|
||||
if (nl->IsFromVhdl()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue