diff --git a/techlibs/nanoxplore/synth_nanoxplore.cc b/techlibs/nanoxplore/synth_nanoxplore.cc index edbd67f26..de422ae9c 100644 --- a/techlibs/nanoxplore/synth_nanoxplore.cc +++ b/techlibs/nanoxplore/synth_nanoxplore.cc @@ -269,10 +269,9 @@ struct SynthNanoXplorePass : public ScriptPass if (check_label("map_ffram")) { - //run("opt -fast -mux_undef -undriven -fine"); + run("opt -fast -mux_undef -undriven -fine"); run("memory_map"); - run("opt -full"); - //run("opt -undriven -fine -mux_undef"); + run("opt -undriven -fine -mux_undef"); } if (check_label("map_gates"))