mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-22 08:35:32 +00:00
Selective boolopt
This commit is contained in:
parent
c32d0a412c
commit
cec4302ac4
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue