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

flowmap: new techmap pass.

This commit is contained in:
whitequark 2019-01-02 14:09:53 +00:00
parent 56ca1e6afc
commit 07af772a72
3 changed files with 875 additions and 1 deletions

View file

@ -36,6 +36,7 @@ OBJS += passes/techmap/attrmvcp.o
OBJS += passes/techmap/attrmap.o
OBJS += passes/techmap/zinit.o
OBJS += passes/techmap/dff2dffs.o
OBJS += passes/techmap/flowmap.o
endif
GENFILES += passes/techmap/techmap.inc