Explorar o código

abcbus: don't trigger RESIN# on internal reset

Don't force-reset the ABC when rebooting MAX80.
H. Peter Anvin %!s(int64=3) %!d(string=hai) anos
pai
achega
9daa6e28a5
Modificáronse 5 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      fpga/abcbus.sv
  2. BIN=BIN
      fpga/output_files/max80.jbc
  3. BIN=BIN
      fpga/output_files/max80.jic
  4. BIN=BIN
      fpga/output_files/max80.pof
  5. BIN=BIN
      fpga/output_files/max80.sof

+ 1 - 1
fpga/abcbus.sv

@@ -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;

BIN=BIN
fpga/output_files/max80.jbc


BIN=BIN
fpga/output_files/max80.jic


BIN=BIN
fpga/output_files/max80.pof


BIN=BIN
fpga/output_files/max80.sof