3
0
Fork 0
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:
Andrew Zonenberg 2016-03-30 01:07:20 -07:00
parent 3ea6026648
commit 489caf32c5
3 changed files with 248 additions and 0 deletions

View file

@ -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