mirror of https://github.com/YosysHQ/yosys.git
use extra_args
This commit is contained in:
parent
abcd82daca
commit
3671ecc7d0
|
@ -122,9 +122,9 @@ struct ScratchpadPass : public Pass {
|
||||||
log_error("Assertion failed: scratchpad entry '%s' is defined\n", identifier.c_str());
|
log_error("Assertion failed: scratchpad entry '%s' is defined\n", identifier.c_str());
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
log("Unrecognized argument: %s\n", args[argidx].c_str());
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
extra_args(args, argidx, design, false);
|
||||||
}
|
}
|
||||||
} ScratchpadPass;
|
} ScratchpadPass;
|
||||||
PRIVATE_NAMESPACE_END
|
PRIVATE_NAMESPACE_END
|
||||||
|
|
Loading…
Reference in New Issue