aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/coolrunner2/Makefile.inc
diff options
context:
space:
mode:
authorR. Ou <rqou@robertou.com>2020-02-17 03:07:16 -0800
committerR. Ou <rqou@robertou.com>2020-02-17 03:09:40 -0800
commit13d0ff4a5fb8caac3a9d3619921a3c4d315fd8f3 (patch)
tree25d03aad9709be61b3b00855d97b4662cc4943cc /techlibs/coolrunner2/Makefile.inc
parentfec7dc5c9e1e1440b6959b133f505d187acd800e (diff)
downloadyosys-13d0ff4a5fb8caac3a9d3619921a3c4d315fd8f3.tar.gz
yosys-13d0ff4a5fb8caac3a9d3619921a3c4d315fd8f3.tar.bz2
yosys-13d0ff4a5fb8caac3a9d3619921a3c4d315fd8f3.zip
coolrunner2: Use extract_counter to optimize counters
This tends to make much more efficient pterm usage compared to just throwing the problem at ABC
Diffstat (limited to 'techlibs/coolrunner2/Makefile.inc')
-rw-r--r--techlibs/coolrunner2/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/techlibs/coolrunner2/Makefile.inc b/techlibs/coolrunner2/Makefile.inc
index d62c9960c..c879e95cd 100644
--- a/techlibs/coolrunner2/Makefile.inc
+++ b/techlibs/coolrunner2/Makefile.inc
@@ -4,5 +4,6 @@ OBJS += techlibs/coolrunner2/coolrunner2_sop.o
$(eval $(call add_share_file,share/coolrunner2,techlibs/coolrunner2/cells_latch.v))
$(eval $(call add_share_file,share/coolrunner2,techlibs/coolrunner2/cells_sim.v))
+$(eval $(call add_share_file,share/coolrunner2,techlibs/coolrunner2/cells_counter_map.v))
$(eval $(call add_share_file,share/coolrunner2,techlibs/coolrunner2/tff_extract.v))
$(eval $(call add_share_file,share/coolrunner2,techlibs/coolrunner2/xc2_dff.lib))