mirror of https://github.com/YosysHQ/yosys.git
Added zinit
This commit is contained in:
parent
52fad78b40
commit
26db947b57
1
Makefile
1
Makefile
|
|
@ -778,6 +778,7 @@ OBJS += passes/techmap/aigmap.o
|
|||
OBJS += passes/techmap/attrmap.o
|
||||
OBJS += passes/techmap/clockgate.o
|
||||
OBJS += passes/techmap/dffunmap.o
|
||||
OBJS += passes/techmap/zinit.o
|
||||
|
||||
include $(YOSYS_SRC)/passes/hierarchy/Makefile.inc
|
||||
include $(YOSYS_SRC)/passes/memory/Makefile.inc
|
||||
|
|
|
|||
Loading…
Reference in New Issue