3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-15 11:45:41 +00:00

Merge pull request #148 from Silimate/ENG-1858

ENG-1858
This commit is contained in:
Akash Levy 2026-04-16 01:43:33 -07:00 committed by GitHub
commit ed03930f35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -777,6 +777,7 @@ OBJS += passes/techmap/muxcover.o
OBJS += passes/techmap/aigmap.o
OBJS += passes/techmap/attrmap.o
OBJS += passes/techmap/clockgate.o
OBJS += passes/techmap/dfflegalize.o
OBJS += passes/techmap/dffunmap.o
OBJS += passes/techmap/zinit.o