diff options
Diffstat (limited to 'eim')
-rw-r--r-- | eim/build/Makefile | 2 | ||||
-rw-r--r-- | eim/iseconfig/novena_eim.xise | 2 |
2 files changed, 2 insertions, 2 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 \ diff --git a/eim/iseconfig/novena_eim.xise b/eim/iseconfig/novena_eim.xise index b22ae9f..b29633e 100644 --- a/eim/iseconfig/novena_eim.xise +++ b/eim/iseconfig/novena_eim.xise @@ -19,7 +19,7 @@ <association xil_pn:name="BehavioralSimulation" xil_pn:seqID="2"/> <association xil_pn:name="Implementation" xil_pn:seqID="39"/> </file> - <file xil_pn:name="../rtl/novena_regs.v" xil_pn:type="FILE_VERILOG"> + <file xil_pn:name="../../common/rtl/novena_regs.v" xil_pn:type="FILE_VERILOG"> <association xil_pn:name="BehavioralSimulation" xil_pn:seqID="2"/> <association xil_pn:name="Implementation" xil_pn:seqID="22"/> </file> |