3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-04 05:11:22 +00:00

Add delete command

This commit is contained in:
Akash Levy 2025-01-09 14:44:47 -08:00
parent 2cf97cf744
commit 91687da279

View file

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