aboutsummaryrefslogtreecommitdiff
path: root/eim/build/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'eim/build/Makefile')
-rw-r--r--eim/build/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/eim/build/Makefile b/eim/build/Makefile
index 630faa9..a7eec60 100644
--- a/eim/build/Makefile
+++ b/eim/build/Makefile
@@ -7,7 +7,7 @@ CORE_TREE := $(abspath ../../../..)
WORD_SIZE := $(shell python -c 'from struct import pack; print len(pack("L", 0)) * 8')
-# Parameters to xilinkx.mk.
+# Parameters to xilinx.mk.
project = novena_eim
vendor = xilinx
@@ -24,7 +24,7 @@ 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/common/rtl/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 \