diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-06-26 17:48:49 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-06-26 17:48:49 -0700 |
commit | f0a1726a1ad4e14cdee81769565b80bea6cb48ed (patch) | |
tree | 5f2accdd55d30c418a257bd841b3abbd992783f7 /techlibs/xilinx/synth_xilinx.cc | |
parent | 2b104ed6c8f86a62d192b43fe3f73cc6f0b43e27 (diff) | |
download | yosys-f0a1726a1ad4e14cdee81769565b80bea6cb48ed.tar.gz yosys-f0a1726a1ad4e14cdee81769565b80bea6cb48ed.tar.bz2 yosys-f0a1726a1ad4e14cdee81769565b80bea6cb48ed.zip |
Accidentally removed "simplemap $mux"
Diffstat (limited to 'techlibs/xilinx/synth_xilinx.cc')
-rw-r--r-- | techlibs/xilinx/synth_xilinx.cc | 1 |
1 files changed, 1 insertions, 0 deletions
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 <internal options>, ('-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 |