From 254f4b7f9a96b93870383e53578b0676605d484d Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Thu, 12 Nov 2015 16:47:00 -0500 Subject: 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, -- cgit v1.2.3