mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-20 02:00:23 +00:00
Initial work on greenpak4 counter extraction. Doesn't work but a decent start
This commit is contained in:
parent
3ea6026648
commit
489caf32c5
3 changed files with 248 additions and 0 deletions
|
@ -25,6 +25,7 @@ OBJS += passes/techmap/aigmap.o
|
|||
OBJS += passes/techmap/tribuf.o
|
||||
OBJS += passes/techmap/lut2mux.o
|
||||
OBJS += passes/techmap/nlutmap.o
|
||||
OBJS += passes/techmap/counters.o
|
||||
OBJS += passes/techmap/dffsr2dff.o
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue