Merge pull request #3041 from YosysHQ/mmicko/module_attr

Import module attributes from Verific
This commit is contained in:
Claire Xen 2021-10-11 09:54:28 +02:00 committed by GitHub
commit c15b99c0de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -917,6 +917,7 @@ void VerificImporter::import_netlist(RTLIL::Design *design, Netlist *nl, std::se
} else {
log("Importing module %s.\n", RTLIL::id2cstr(module->name));
}
import_attributes(module->attributes, nl, nl);
SetIter si;
MapIter mi, mi2;