mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-27 00:18:46 +00:00
Added "dffinit", Support for initialized Xilinx DFF
This commit is contained in:
parent
b0c0ede879
commit
c52a4cdeed
6 changed files with 132 additions and 8 deletions
|
@ -11,6 +11,7 @@ OBJS += passes/techmap/hilomap.o
|
|||
OBJS += passes/techmap/extract.o
|
||||
OBJS += passes/techmap/alumacc.o
|
||||
OBJS += passes/techmap/dff2dffe.o
|
||||
OBJS += passes/techmap/dffinit.o
|
||||
endif
|
||||
|
||||
GENFILES += passes/techmap/techmap.inc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue