mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-07 06:33:24 +00:00
use extra_args
This commit is contained in:
parent
abcd82daca
commit
3671ecc7d0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue