aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2015-06-10 12:33:32 -0400
committerPaul Selkirk <paul@psgd.org>2015-06-10 12:33:32 -0400
commit25f8b2071e3eea467024a6180d1d60b037777973 (patch)
treeb66da366dcca351bd95a42afaee8c0d3d21161f1
parent9ed8ee7596023a6f4e43d8468bbdd0473c6570ed (diff)
change comm_regs sys_rst (unused) to reset_n for consistency with other cores
-rw-r--r--src/rtl/eim_regs.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtl/eim_regs.v b/src/rtl/eim_regs.v
index 6372045..2f4c3df 100644
--- a/src/rtl/eim_regs.v
+++ b/src/rtl/eim_regs.v
@@ -39,7 +39,7 @@ module comm_regs
(
// Clock and reset.
input wire clk,
- input wire rst,
+ input wire reset_n,
// Control.
input wire cs,