3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-19 21:55:48 +00:00

Flush during import

This commit is contained in:
Akash Levy 2025-10-12 07:52:12 -07:00
parent de916c8851
commit 6993fc2540

View file

@ -1538,9 +1538,11 @@ void VerificImporter::import_netlist(RTLIL::Design *design, Netlist *nl, std::ma
if (is_blackbox(nl)) {
log("Importing blackbox module %s.\n", RTLIL::id2cstr(module->name));
log_flush();
module->set_bool_attribute(ID::blackbox);
} else {
log("Importing module %s.\n", RTLIL::id2cstr(module->name));
log_flush();
}
import_attributes(module->attributes, nl, nl);
if (module->name.isPublic())