diff options
author | Paul Selkirk <paul@psgd.org> | 2015-06-10 12:33:32 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2015-06-10 12:33:32 -0400 |
commit | 25f8b2071e3eea467024a6180d1d60b037777973 (patch) | |
tree | b66da366dcca351bd95a42afaee8c0d3d21161f1 /src | |
parent | 9ed8ee7596023a6f4e43d8468bbdd0473c6570ed (diff) |
change comm_regs sys_rst (unused) to reset_n for consistency with other cores
Diffstat (limited to 'src')
-rw-r--r-- | src/rtl/eim_regs.v | 2 |
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, |