From 388ed215c4bef323c9c1ecbfe003c233ebc69e12 Mon Sep 17 00:00:00 2001 From: nella Date: Wed, 8 Jul 2026 12:07:58 +0200 Subject: [PATCH] Remove old techmap. --- techlibs/fabulous/synth_fabulous.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/techlibs/fabulous/synth_fabulous.cc b/techlibs/fabulous/synth_fabulous.cc index 4750edd66..49f84294e 100644 --- a/techlibs/fabulous/synth_fabulous.cc +++ b/techlibs/fabulous/synth_fabulous.cc @@ -400,8 +400,6 @@ struct SynthPass : public ScriptPass { } if (latches == "error" || help_mode) run("check -latchonly -assert", "(only if -latches error, the default)"); - run("techmap -map +/fabulous/latches_map.v"); - run("techmap -map +/fabulous/ff_map.v"); run("opt_merge"); }