aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/efinix/synth_efinix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'techlibs/efinix/synth_efinix.cc')
-rw-r--r--techlibs/efinix/synth_efinix.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/techlibs/efinix/synth_efinix.cc b/techlibs/efinix/synth_efinix.cc
index 9c644d363..3f17bafa3 100644
--- a/techlibs/efinix/synth_efinix.cc
+++ b/techlibs/efinix/synth_efinix.cc
@@ -181,6 +181,12 @@ struct SynthEfinixPass : public ScriptPass
run("clean");
}
+ if (check_label("map_gbuf"))
+ {
+ run("efinix_gbuf");
+ run("clean");
+ }
+
if (check_label("check"))
{
run("hierarchy -check");