From d0e381506c6a7a8a29a612146cc6613d8d96fe70 Mon Sep 17 00:00:00 2001 From: "Emil J. Tywoniak" Date: Tue, 31 Mar 2026 12:05:36 +0200 Subject: [PATCH] csa_tree: move to techmap --- passes/opt/Makefile.inc | 1 - passes/techmap/Makefile.inc | 1 + passes/{opt => techmap}/csa_tree.cc | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename passes/{opt => techmap}/csa_tree.cc (100%) diff --git a/passes/opt/Makefile.inc b/passes/opt/Makefile.inc index 42c17d6c0..5dee824ff 100644 --- a/passes/opt/Makefile.inc +++ b/passes/opt/Makefile.inc @@ -24,7 +24,6 @@ OBJS += passes/opt/opt_ffinv.o OBJS += passes/opt/pmux2shiftx.o OBJS += passes/opt/muxpack.o OBJS += passes/opt/opt_balance_tree.o -OBJS += passes/opt/csa_tree.o OBJS += passes/opt/peepopt.o GENFILES += passes/opt/peepopt_pm.h diff --git a/passes/techmap/Makefile.inc b/passes/techmap/Makefile.inc index 083778d3c..190b93570 100644 --- a/passes/techmap/Makefile.inc +++ b/passes/techmap/Makefile.inc @@ -55,6 +55,7 @@ OBJS += passes/techmap/extractinv.o OBJS += passes/techmap/cellmatch.o OBJS += passes/techmap/clockgate.o OBJS += passes/techmap/constmap.o +OBJS += passes/techmap/csa_tree.o endif ifeq ($(DISABLE_SPAWN),0) diff --git a/passes/opt/csa_tree.cc b/passes/techmap/csa_tree.cc similarity index 100% rename from passes/opt/csa_tree.cc rename to passes/techmap/csa_tree.cc