mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-26 02:25:35 +00:00
Replace with <internal options>
This commit is contained in:
parent
cae69a3edd
commit
2b104ed6c8
1 changed files with 2 additions and 2 deletions
|
@ -277,8 +277,8 @@ struct SynthXilinxPass : public ScriptPass
|
|||
run("dffsr2dff");
|
||||
run("dff2dffe");
|
||||
if (help_mode) {
|
||||
run("simplemap t:$mux", " ('-widemux' only)");
|
||||
run("muxcover -dmux=0 -mux8=<cost> -mux16=<cost>, ('-widemux' only)");
|
||||
run("simplemap t:$mux", " ('-widemux' only)");
|
||||
run("muxcover <internal options>, ('-widemux' only)");
|
||||
}
|
||||
else if (widemux > 0) {
|
||||
std::string muxcover_args = " -dmux=0";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue