diff options
author | Paul Selkirk <paul@psgd.org> | 2015-03-31 16:34:23 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2015-03-31 16:34:23 -0400 |
commit | fb3537929116535169c77fd3c7ccf7fdc8a4c2f7 (patch) | |
tree | 591126c5f32b0b75c274d66bfbff64274683a9bd /i2c/iseconfig | |
parent | 2f58e8fc6cffd28afbdb31f489cd8ce061cccad4 (diff) |
Move novena_regs.v to common, fix to match other register read/write blocks.
Diffstat (limited to 'i2c/iseconfig')
-rw-r--r-- | i2c/iseconfig/novena_i2c.xise | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i2c/iseconfig/novena_i2c.xise b/i2c/iseconfig/novena_i2c.xise index 719e157..934ca05 100644 --- a/i2c/iseconfig/novena_i2c.xise +++ b/i2c/iseconfig/novena_i2c.xise @@ -19,7 +19,7 @@ <association xil_pn:name="BehavioralSimulation" xil_pn:seqID="1"/> <association xil_pn:name="Implementation" xil_pn:seqID="24"/> </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="1"/> <association xil_pn:name="Implementation" xil_pn:seqID="10"/> </file> |