Selective boolopt

This commit is contained in:
Alain Dargelas 2024-11-25 15:10:52 -08:00
parent c32d0a412c
commit cec4302ac4
1 changed files with 1 additions and 1 deletions

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);
}
}