Don't force-reset the ABC when rebooting MAX80.
@@ -148,7 +148,7 @@ module abcbus (
// Open drain signals with optional MOSFETs
wire abc_wait = 1'b0;
- wire abc_resin = ~rst_n;
+ wire abc_resin = 1'b0;
wire abc_int = 1'b0;
wire abc_nmi = 1'b0;
wire abc_xm = 1'b0;