3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-22 08:35:32 +00:00

Selective boolopt

This commit is contained in:
Alain Dargelas 2024-11-25 15:10:52 -08:00
parent c32d0a412c
commit cec4302ac4

View file

@ -198,7 +198,7 @@ struct LongLoopSelect : public ScriptPass {
std::string command = "abc -map_src " + src_info+ src_info + " -script " + abc_script;
log(" Executing: %s\n", command.c_str());
log_flush();
Pass::call(design, command);
Pass::call(design, command);
}
}