[Cryptech-Commits] [core/comm/i2c] branch master updated: Change reset to active-low.
git at cryptech.is
git at cryptech.is
Mon Nov 16 21:37:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch master
in repository core/comm/i2c.
The following commit(s) were added to refs/heads/master by this push:
new 254f4b7 Change reset to active-low.
254f4b7 is described below
commit 254f4b7f9a96b93870383e53578b0676605d484d
Author: Paul Selkirk <paul at psgd.org>
Date: Thu Nov 12 16:47:00 2015 -0500
Change reset to active-low.
---
src/rtl/i2c_regs.v | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/rtl/i2c_regs.v b/src/rtl/i2c_regs.v
index 66b5830..76cf52f 100644
--- a/src/rtl/i2c_regs.v
+++ b/src/rtl/i2c_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,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list