csa_tree: move to techmap

This commit is contained in:
Emil J. Tywoniak 2026-03-31 12:05:36 +02:00 committed by nella
parent fa93400dec
commit 7380dc6952
3 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,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

View File

@ -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)