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:
parent
1113c8c95a
commit
7bbdf6049a
4 changed files with 129 additions and 38 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue