aboutsummaryrefslogtreecommitdiff
path: root/eim/rtl/novena_eim.v
diff options
context:
space:
mode:
Diffstat (limited to 'eim/rtl/novena_eim.v')
-rw-r--r--eim/rtl/novena_eim.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/eim/rtl/novena_eim.v b/eim/rtl/novena_eim.v
index 23f08aa..8feec20 100644
--- a/eim/rtl/novena_eim.v
+++ b/eim/rtl/novena_eim.v
@@ -56,7 +56,7 @@ module novena_top
input wire eim_bclk, // EIM burst clock. Started by the CPU.
input wire eim_cs0_n, // Chip select (active low).
inout wire [15 : 0] eim_da, // Bidirectional address and data port.
- input wire [18: 16] eim_a, // MSB part of address port.
+ input wire [18: 16] eim_a, // MSB part of address port.
input wire eim_lba_n, // Latch address signal (active low).
input wire eim_wr_n, // write enable signal (active low).
input wire eim_oe_n, // output enable signal (active low).
@@ -163,7 +163,7 @@ module novena_top
.noise(ct_noise),
.debug(ct_led)
- );
+ );
//----------------------------------------------------------------