From: Eddie Hung Date: Thu, 27 Jun 2019 00:48:49 +0000 (-0700) Subject: Accidentally removed "simplemap $mux" X-Git-Tag: working-ls180~1208^2~58 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f0a1726a1ad4e14cdee81769565b80bea6cb48ed;p=yosys.git Accidentally removed "simplemap $mux" --- diff --git a/techlibs/xilinx/synth_xilinx.cc b/techlibs/xilinx/synth_xilinx.cc index 877694e8a..c3f434c51 100644 --- a/techlibs/xilinx/synth_xilinx.cc +++ b/techlibs/xilinx/synth_xilinx.cc @@ -281,6 +281,7 @@ struct SynthXilinxPass : public ScriptPass run("muxcover , ('-widemux' only)"); } else if (widemux > 0) { + run("simplemap t:$mux"); std::string muxcover_args = " -dmux=0"; switch (widemux) { // NB: Cost of mux2 is 100; mux8 should cost between 3 and 4