mirror of https://github.com/YosysHQ/yosys.git
Update passes/opt/opt.cc
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
9a225025d4
commit
9ded74751c
|
|
@ -70,7 +70,6 @@ struct OptPass : public Pass {
|
|||
log(" only run the specified number of iterations.\n");
|
||||
log(" default: 20. use 0 for unlimited.\n");
|
||||
log("\n");
|
||||
log("\n");
|
||||
}
|
||||
void execute(std::vector<std::string> args, RTLIL::Design *design) override
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue