瀏覽代碼

abcbus: don't trigger RESIN# on internal reset

Don't force-reset the ABC when rebooting MAX80.
H. Peter Anvin 3 年之前
父節點
當前提交
9daa6e28a5
共有 5 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fpga/abcbus.sv
  2. 二進制
      fpga/output_files/max80.jbc
  3. 二進制
      fpga/output_files/max80.jic
  4. 二進制
      fpga/output_files/max80.pof
  5. 二進制
      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;

二進制
fpga/output_files/max80.jbc


二進制
fpga/output_files/max80.jic


二進制
fpga/output_files/max80.pof


二進制
fpga/output_files/max80.sof