3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-07 06:33:24 +00:00

Replace with <internal options>

This commit is contained in:
Eddie Hung 2019-06-26 17:42:50 -07:00
parent cae69a3edd
commit 2b104ed6c8

View file

@ -278,7 +278,7 @@ struct SynthXilinxPass : public ScriptPass
run("dff2dffe");
if (help_mode) {
run("simplemap t:$mux", " ('-widemux' only)");
run("muxcover -dmux=0 -mux8=<cost> -mux16=<cost>, ('-widemux' only)");
run("muxcover <internal options>, ('-widemux' only)");
}
else if (widemux > 0) {
std::string muxcover_args = " -dmux=0";