3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-29 11:55:52 +00:00

Merge pull request #8 from alaindargelas/activity_computation

This commit is contained in:
Akash Levy 2024-10-17 09:49:40 -07:00 committed by GitHub
commit 24e8ce579b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 327 additions and 1 deletions

View file

@ -750,6 +750,7 @@ OBJS += passes/cmds/splitfanout.o
OBJS += passes/cmds/splitnets.o
OBJS += passes/cmds/tee.o
OBJS += passes/sat/sim.o
OBJS += passes/sat/activity.o
include $(YOSYS_SRC)/passes/hierarchy/Makefile.inc
include $(YOSYS_SRC)/passes/memory/Makefile.inc