diff options
author | Rob Austein <sra@hactrn.net> | 2015-09-23 16:31:28 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-09-23 16:31:28 -0400 |
commit | 026fc461d9791bc360036f1269d0f6d61c45d179 (patch) | |
tree | f1c86f833ac220c6e21a59d184558bf6e7a92789 /eim/rtl | |
parent | 99c3749c85b85b4865c4baafdd16b2cbb3ac52f2 (diff) |
Trailing whitespace cleanup.
Diffstat (limited to 'eim/rtl')
-rw-r--r-- | eim/rtl/novena_eim.v | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eim/rtl/novena_eim.v b/eim/rtl/novena_eim.v index 1a1b1f6..c774b6c 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). @@ -158,7 +158,7 @@ module novena_top .noise(ct_noise), .debug(ct_led) - ); + ); //---------------------------------------------------------------- |