[Cryptech-Commits] [core/platform/alpha] 04/07: Tweak the Makefile to match the new Alpha platform.

git at cryptech.is git at cryptech.is
Thu Jan 23 09:01:35 UTC 2020


This is an automated email from the git hooks/post-receive script.

meisterpaul1 at yandex.ru pushed a commit to branch fmc_clk_core
in repository core/platform/alpha.

commit d6f47a422d1e41edb7b25b83e81931a19efd7ff0
Author: Pavel V. Shatov (Meister) <meisterpaul1 at yandex.ru>
AuthorDate: Tue Jan 21 15:45:18 2020 +0300

    Tweak the Makefile to match the new Alpha platform.
---
 build/Makefile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/build/Makefile b/build/Makefile
index ca5d735..218e444 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -20,7 +20,10 @@ ucf		?= ../ucf/$(project).ucf
 
 # Verilog include directories, if needed
 
-vlgincdir	= $(CORE_TREE)/lib/lowlevel $(CORE_TREE)/math/ecdsalib/rtl/microcode
+vlgincdir	= \
+	$(CORE_TREE)/lib/lowlevel \
+	$(CORE_TREE)/math/ecdsalib/rtl/microcode \
+	$(CORE_TREE)/lib/util
 
 all:	$(project).bit
 
@@ -47,7 +50,10 @@ vfiles = \
 	$(CORE_TREE)/platform/alpha/rtl/alpha_regs.v \
 	$(CORE_TREE)/platform/alpha/rtl/alpha_clkmgr.v \
 	$(CORE_TREE)/platform/alpha/rtl/clkmgr_mmcm.v \
+	$(CORE_TREE)/platform/alpha/rtl/clkmgr_mmcm_ctrl.v \
 	./core_selector.v \
+	$(CORE_TREE)/platform/alpha/rtl/clkmgr_reset_gen.v \
+	$(CORE_TREE)/platform/common/extra/reset_replicator.v \
 	$(CORE_TREE)/comm/fmc/src/rtl/fmc_arbiter.v \
 	$(CORE_TREE)/comm/fmc/src/rtl/fmc_d_phy.v \
 	$(CORE_TREE)/comm/fmc/src/rtl/fmc_indicator.v \



More information about the Commits mailing list