From 4cb8e6262629d361f65e79fbeb2c4acde75366fb Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 24 Apr 2024 11:01:27 +0200 Subject: [PATCH] Properly map ff ram --- techlibs/nanoxplore/synth_nanoxplore.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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"))