mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-19 09:40:21 +00:00
Added "equiv_make -blacklist <file> -encfile <file>"
This commit is contained in:
parent
cb9d0a414d
commit
f80f5b721d
4 changed files with 189 additions and 5 deletions
|
@ -313,7 +313,7 @@ struct EquivMiterPass : public Pass {
|
|||
break;
|
||||
}
|
||||
|
||||
if (argidx+1 >= args.size())
|
||||
if (argidx >= args.size())
|
||||
log_cmd_error("Invalid number of arguments.\n");
|
||||
|
||||
worker.miter_name = RTLIL::escape_id(args[argidx++]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue