aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2015-11-12 16:47:00 -0500
committerPaul Selkirk <paul@psgd.org>2015-11-12 16:47:00 -0500
commit254f4b7f9a96b93870383e53578b0676605d484d (patch)
treef779173887e5f6cd4eca43a3653b5d4bec0205b4
parent94433d14317b57558e6ccebe10148cdb9976f723 (diff)
Change reset to active-low.
-rw-r--r--src/rtl/i2c_regs.v2
1 files changed, 1 insertions, 1 deletions
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,