浏览代码

fw: update SRAM_SIZE to 32K

H. Peter Anvin 3 年之前
父节点
当前提交
6b8d647c0a
共有 8 个文件被更改,包括 1651 次插入1651 次删除
  1. 1648 1648
      fpga/output_files/max80.jam
  2. 二进制
      fpga/output_files/max80.jbc
  3. 二进制
      fpga/output_files/max80.jic
  4. 1 1
      fpga/output_files/max80.map
  5. 二进制
      fpga/output_files/max80.pof
  6. 二进制
      fpga/output_files/max80.sof
  7. 1 1
      fw/boot.mif
  8. 1 1
      fw/sys.h

文件差异内容过多而无法显示
+ 1648 - 1648
fpga/output_files/max80.jam


二进制
fpga/output_files/max80.jbc


二进制
fpga/output_files/max80.jic


+ 1 - 1
fpga/output_files/max80.map

@@ -11,7 +11,7 @@ Quad-Serial configuration device dummy clock cycle: 8
 
 Notes:
 
-- Data checksum for this conversion is 0xF3760FE4
+- Data checksum for this conversion is 0xF3761139
 
 - All the addresses in this file are byte addresses
 

二进制
fpga/output_files/max80.pof


二进制
fpga/output_files/max80.sof


+ 1 - 1
fw/boot.mif

@@ -4,7 +4,7 @@ WIDTH = 32;
 ADDRESS_RADIX = HEX;
 DATA_RADIX = HEX;
 CONTENT BEGIN
-0000 : 00002137;
+0000 : 00008137;
 0001 : 31E0006F;
 0002 : 00000000;
 0003 : 00000000;

+ 1 - 1
fw/sys.h

@@ -1,6 +1,6 @@
 #ifndef SYS_H
 #define SYS_H
 
-#define SRAM_SIZE	8192	/* Size of builtin SRAM */
+#define SRAM_SIZE	32768	/* Size of builtin SRAM */
 
 #endif /* SYS_H */

部分文件因为文件数量过多而无法显示