mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Revert "Add "synth -keepdc" option"
This commit is contained in:
parent
e95ce1f7af
commit
713337255e
3 changed files with 3 additions and 15 deletions
|
@ -497,7 +497,7 @@ struct WreducePass : public Pass {
|
|||
log(" flows that use the 'memory_memx' pass.\n");
|
||||
log("\n");
|
||||
log(" -keepdc\n");
|
||||
log(" Do not optimize explicit don't-care values on $mux cells.\n");
|
||||
log(" Do not optimize explicit don't-care values.\n");
|
||||
log("\n");
|
||||
}
|
||||
void execute(std::vector<std::string> args, Design *design) YS_OVERRIDE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue