Browse Source

Update binaries

H. Peter Anvin 1 year ago
parent
commit
0cf5cc5926

BIN
esp32/output/max80.ino.bin


+ 1 - 1
fpga/bypass.qsf

@@ -7,4 +7,4 @@
 set_global_assignment -name SOURCE_TCL_SCRIPT_FILE bypass_main.qsf
 set_global_assignment -name TOP_LEVEL_ENTITY bypass
 
-set_global_assignment -name LAST_QUARTUS_VERSION "22.1std.0 Lite Edition"
+set_global_assignment -name LAST_QUARTUS_VERSION "22.1std.2 Lite Edition"

+ 4 - 3
fpga/max80.qpf

@@ -19,14 +19,15 @@
 #
 # Quartus Prime
 # Version 22.1std.2 Build 922 07/20/2023 SC Lite Edition
-# Date created = 23:28:11  October 12, 2023
+# Date created = 17:24:40  October 23, 2023
 #
 # -------------------------------------------------------------------------- #
 
 QUARTUS_VERSION = "22.1"
-DATE = "23:28:11  October 12, 2023"
+DATE = "17:24:40  October 23, 2023"
 
 # Revisions
 
-PROJECT_REVISION = "v2"
+PROJECT_REVISION = "bypass"
 PROJECT_REVISION = "v1"
+PROJECT_REVISION = "v2"

BIN
fpga/output/bypass.jic


BIN
fpga/output/bypass.sof


BIN
fpga/output/max80.fw


BIN
fpga/output/v1.fw


BIN
fpga/output/v1.jic


BIN
fpga/output/v1.sof


BIN
fpga/output/v2.fw


BIN
fpga/output/v2.jic


BIN
fpga/output/v2.sof


+ 1 - 1
rv32/checksum.h

@@ -1,4 +1,4 @@
 #ifndef CHECKSUM_H
 #define CHECKSUM_H
-#define SDRAM_SUM 0x26a2fc68
+#define SDRAM_SUM 0x2cfe9df2
 #endif