3
0
Fork 0
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:
Clifford Wolf 2015-01-31 12:08:20 +01:00
parent cb9d0a414d
commit f80f5b721d
4 changed files with 189 additions and 5 deletions

View file

@ -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++]);