3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-24 13:18:56 +00:00

Added tribuf command

This commit is contained in:
Clifford Wolf 2015-08-16 12:55:25 +02:00
parent ff50bc2ac3
commit 9c33172ece
3 changed files with 189 additions and 0 deletions

View file

@ -19,6 +19,7 @@ OBJS += passes/techmap/dffinit.o
OBJS += passes/techmap/pmuxtree.o
OBJS += passes/techmap/muxcover.o
OBJS += passes/techmap/aigmap.o
OBJS += passes/techmap/tribuf.o
endif
GENFILES += passes/techmap/techmap.inc