3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-05 02:40:25 +00:00

Move implementation to constmap and add test

This commit is contained in:
Kelvin Chung 2025-03-26 11:52:55 +00:00
parent 1113c8c95a
commit 7bbdf6049a
4 changed files with 129 additions and 38 deletions

View file

@ -53,6 +53,7 @@ OBJS += passes/techmap/flowmap.o
OBJS += passes/techmap/extractinv.o
OBJS += passes/techmap/cellmatch.o
OBJS += passes/techmap/clockgate.o
OBJS += passes/techmap/constmap.o
endif
ifeq ($(DISABLE_SPAWN),0)