[Cryptech-Commits] [core/comm/eim] 01/01: change comm_regs sys_rst (unused) to reset_n for consistency with other cores
git at cryptech.is
git at cryptech.is
Wed Jun 10 16:40:55 UTC 2015
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch config_core_selector
in repository core/comm/eim.
commit 25f8b2071e3eea467024a6180d1d60b037777973
Author: Paul Selkirk <paul at psgd.org>
Date: Wed Jun 10 12:33:32 2015 -0400
change comm_regs sys_rst (unused) to reset_n for consistency with other cores
---
src/rtl/eim_regs.v | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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,
More information about the Commits
mailing list