aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/coolrunner2/Makefile.inc
diff options
context:
space:
mode:
authorClaire Wolf <clifford@clifford.at>2020-02-27 19:03:59 +0100
committerGitHub <noreply@github.com>2020-02-27 19:03:59 +0100
commit47228feb7741aeead951891063670dc46af36dc7 (patch)
tree77ffd53ddb77655a0637cf1b25da97520d2937c3 /techlibs/coolrunner2/Makefile.inc
parent62ab100c611071a41de5ff1ab0bd482b9c7bcc82 (diff)
parent6a0682f5a0148949beacad0eb93ec5b754bf29cd (diff)
downloadyosys-47228feb7741aeead951891063670dc46af36dc7.tar.gz
yosys-47228feb7741aeead951891063670dc46af36dc7.tar.bz2
yosys-47228feb7741aeead951891063670dc46af36dc7.zip
Merge pull request #1708 from rqou/coolrunner2-buf-fix
coolrunner2: Separate and improve buffer cell insertion pass
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..d5c45322a 100644
--- a/techlibs/coolrunner2/Makefile.inc
+++ b/techlibs/coolrunner2/Makefile.inc
@@ -1,6 +1,7 @@
OBJS += techlibs/coolrunner2/synth_coolrunner2.o
OBJS += techlibs/coolrunner2/coolrunner2_sop.o
+OBJS += techlibs/coolrunner2/coolrunner2_fixup.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))