aboutsummaryrefslogtreecommitdiff
path: root/common/rtl/novena_regs.v
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-09-23 16:31:28 -0400
committerRob Austein <sra@hactrn.net>2015-09-23 16:31:28 -0400
commit026fc461d9791bc360036f1269d0f6d61c45d179 (patch)
treef1c86f833ac220c6e21a59d184558bf6e7a92789 /common/rtl/novena_regs.v
parent99c3749c85b85b4865c4baafdd16b2cbb3ac52f2 (diff)
Trailing whitespace cleanup.
Diffstat (limited to 'common/rtl/novena_regs.v')
-rw-r--r--common/rtl/novena_regs.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/rtl/novena_regs.v b/common/rtl/novena_regs.v
index eb89092..6b52a80 100644
--- a/common/rtl/novena_regs.v
+++ b/common/rtl/novena_regs.v
@@ -86,13 +86,13 @@ module board_regs
wire [31 : 0] core_name0 = CORE_NAME0;
wire [31 : 0] core_name1 = CORE_NAME1;
wire [31 : 0] core_version = CORE_VERSION;
-
+
//----------------------------------------------------------------
// Concurrent connectivity for ports etc.
//----------------------------------------------------------------
assign read_data = tmp_read_data;
assign error = write_error | read_error;
-
+
//----------------------------------------------------------------
// storage registers for mapping memory to core interface
//----------------------------------------------------------------