mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-04 05:11:22 +00:00
Add delete command
This commit is contained in:
parent
2cf97cf744
commit
91687da279
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -735,6 +735,7 @@ OBJS += passes/sat/sim.o
|
|||
OBJS += passes/techmap/bufnorm.o
|
||||
OBJS += passes/cmds/rename.o
|
||||
OBJS += passes/cmds/segv.o
|
||||
OBJS += passes/cmds/delete.o
|
||||
|
||||
include $(YOSYS_SRC)/passes/hierarchy/Makefile.inc
|
||||
include $(YOSYS_SRC)/passes/memory/Makefile.inc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue