aboutsummaryrefslogtreecommitdiff
path: root/eim/build/Makefile
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2015-03-31 16:34:23 -0400
committerPaul Selkirk <paul@psgd.org>2015-03-31 16:34:23 -0400
commitfb3537929116535169c77fd3c7ccf7fdc8a4c2f7 (patch)
tree591126c5f32b0b75c274d66bfbff64274683a9bd /eim/build/Makefile
parent2f58e8fc6cffd28afbdb31f489cd8ce061cccad4 (diff)
Move novena_regs.v to common, fix to match other register read/write blocks.
Diffstat (limited to 'eim/build/Makefile')
-rw-r--r--eim/build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/eim/build/Makefile b/eim/build/Makefile
index b677364..e93b05f 100644
--- a/eim/build/Makefile
+++ b/eim/build/Makefile
@@ -9,7 +9,7 @@ ucf = ../ucf/novena_eim.ucf
vfiles = \
../rtl/novena_eim.v \
- ../rtl/novena_regs.v \
+ ../../common/rtl/novena_regs.v \
../../common/rtl/novena_clkmgr.v \
../../common/rtl/ipcore/clkmgr_dcm.v \
../../../common/core_selector/src/rtl/core_selector.v \