3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00
This commit is contained in:
Alain Dargelas 2025-02-27 11:09:27 -08:00
parent 2035bb7390
commit 5e31574ff0

View file

@ -255,10 +255,12 @@ struct ObsClean : public ScriptPass {
log("\n");
log(" obs_clean [options] [selection]\n");
log("\n");
log("This pass performs an obversability-based logic removal.\n");
log("This pass performs an obversability-based logic removal. It removes cells by default.\n");
log("\n");
log(" -wires\n");
log(" Also removes dangling wires. This option prevents formal verifciation at this time.\n");
log(" -assigns\n");
log(" Also removes dangling assigns.\n");
log("\n");
}
void execute(std::vector<std::string> args, RTLIL::Design *design) override