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:
parent
56ca1e6afc
commit
07af772a72
3 changed files with 875 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue