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:
commit
24e8ce579b
3 changed files with 327 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue