3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-07-31 16:33:19 +00:00

Added "insbuf" command

This commit is contained in:
Clifford Wolf 2016-08-02 10:37:19 +02:00
parent 21e1bac084
commit 5d6765a9d2
2 changed files with 95 additions and 0 deletions

View file

@ -28,6 +28,7 @@ OBJS += passes/techmap/nlutmap.o
OBJS += passes/techmap/dffsr2dff.o
OBJS += passes/techmap/shregmap.o
OBJS += passes/techmap/deminout.o
OBJS += passes/techmap/insbuf.o
endif
GENFILES += passes/techmap/techmap.inc