3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-24 20:16:01 +00:00

Add segv pass to trigger a segfault

This commit is contained in:
Akash Levy 2024-11-14 04:53:58 -08:00
parent 77257b15ea
commit f5f673de0f
2 changed files with 45 additions and 0 deletions

View file

@ -750,6 +750,8 @@ OBJS += passes/cmds/splitnetlist.o
OBJS += passes/cmds/reconstructbusses.o
OBJS += passes/sat/sim.o
OBJS += passes/cmds/segv.o
include $(YOSYS_SRC)/passes/hierarchy/Makefile.inc
include $(YOSYS_SRC)/passes/memory/Makefile.inc
include $(YOSYS_SRC)/passes/pmgen/Makefile.inc