diff options
author | Andrew Zonenberg <azonenberg@drawersteak.com> | 2016-03-30 01:07:20 -0700 |
---|---|---|
committer | Andrew Zonenberg <azonenberg@drawersteak.com> | 2016-03-30 01:07:20 -0700 |
commit | 489caf32c54ee250338eca72c5f0098106d17788 (patch) | |
tree | 0c0b025e7147dac5abe4d5ce052073ecfc95ecce /passes/techmap/Makefile.inc | |
parent | 3ea60266488fe7e0b040c379a11d523c11ec9460 (diff) | |
download | yosys-489caf32c54ee250338eca72c5f0098106d17788.tar.gz yosys-489caf32c54ee250338eca72c5f0098106d17788.tar.bz2 yosys-489caf32c54ee250338eca72c5f0098106d17788.zip |
Initial work on greenpak4 counter extraction. Doesn't work but a decent start
Diffstat (limited to 'passes/techmap/Makefile.inc')
-rw-r--r-- | passes/techmap/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/passes/techmap/Makefile.inc b/passes/techmap/Makefile.inc index 1a34b9eaf..0701e5e10 100644 --- a/passes/techmap/Makefile.inc +++ b/passes/techmap/Makefile.inc @@ -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 |