[Cryptech-Commits] [core/platform/novena] 10/21: Previous commit was incomplete.

git at cryptech.is git at cryptech.is
Tue Sep 29 05:24:34 UTC 2015


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

sra at hactrn.net pushed a commit to branch config_core_selector_sra
in repository core/platform/novena.

commit f43b493bcc7dfe1d6b49faad6dc32c8948573e29
Author: Rob Austein <sra at hactrn.net>
Date:   Fri Sep 25 18:57:21 2015 -0400

    Previous commit was incomplete.
---
 eim/build/Makefile | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/eim/build/Makefile b/eim/build/Makefile
index 00d8604..630faa9 100644
--- a/eim/build/Makefile
+++ b/eim/build/Makefile
@@ -21,22 +21,22 @@ ucf		= ../ucf/$(project).ucf
 # Verilog files that always go with builds on this platform.
 
 vfiles = \
-	$(core_tree)/platform/novena/eim/rtl/novena_eim.v \
-	$(core_tree)/platform/novena/common/rtl/novena_regs.v \
-	$(core_tree)/platform/novena/common/rtl/novena_clkmgr.v \
-	$(core_tree)/platform/novena/common/rtl/ipcore/clkmgr_dcm.v \
-	$(core_tree)/platform/novena/config/core_selector.v \
-	$(core_tree)/comm/eim/src/rtl/cdc_bus_pulse.v \
-	$(core_tree)/comm/eim/src/rtl/eim_arbiter_cdc.v \
-	$(core_tree)/comm/eim/src/rtl/eim_arbiter.v \
-	$(core_tree)/comm/eim/src/rtl/eim_da_phy.v \
-	$(core_tree)/comm/eim/src/rtl/eim_indicator.v \
-	$(core_tree)/comm/eim/src/rtl/eim_regs.v \
-	$(core_tree)/comm/eim/src/rtl/eim.v
+	$(CORE_TREE)/platform/novena/eim/rtl/novena_eim.v \
+	$(CORE_TREE)/platform/novena/common/rtl/novena_regs.v \
+	$(CORE_TREE)/platform/novena/common/rtl/novena_clkmgr.v \
+	$(CORE_TREE)/platform/novena/common/rtl/ipcore/clkmgr_dcm.v \
+	$(CORE_TREE)/platform/novena/config/core_selector.v \
+	$(CORE_TREE)/comm/eim/src/rtl/cdc_bus_pulse.v \
+	$(CORE_TREE)/comm/eim/src/rtl/eim_arbiter_cdc.v \
+	$(CORE_TREE)/comm/eim/src/rtl/eim_arbiter.v \
+	$(CORE_TREE)/comm/eim/src/rtl/eim_da_phy.v \
+	$(CORE_TREE)/comm/eim/src/rtl/eim_indicator.v \
+	$(CORE_TREE)/comm/eim/src/rtl/eim_regs.v \
+	$(CORE_TREE)/comm/eim/src/rtl/eim.v
 
 # Verilog files selected by the core configuration script.
 
-include $(core_tree)/platform/novena/config/core_vfiles.mk
+-include $(CORE_TREE)/platform/novena/config/core_vfiles.mk
 
 include xilinx.mk
 
@@ -45,4 +45,4 @@ include xilinx.mk
 VERILATOR_FLAGS	= --lint-only --top-module novena_top -Wall -Wno-fatal -Wno-DECLFILENAME
 
 lint:
-	verilator ${VERILATOR_FLAGS} $(vfiles) $(core_tree)/platform/novena/common/rtl/lint-dummy.v
+	verilator ${VERILATOR_FLAGS} $(vfiles) $(CORE_TREE)/platform/novena/common/rtl/lint-dummy.v



More information about the Commits mailing list