Increase the version of CPLD1

This commit is contained in:
Jeremy Shen
2026-05-21 11:33:20 +08:00
parent 7096f94f47
commit 13611d20a0
3 changed files with 47 additions and 40 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ module Reg_file (
// --- Parameters ---
localparam REG_COUNT = 16;
localparam [23:0]
IDENT = 24'h200000 || 12'b0001_0000_0000, //CPLD1==1,version=1.0.0
IDENT = 24'h200000 | 12'b0001_0001_0000, //CPLD1==1,version=1.1.0
STATE_INIT = 24'h800000;
// State Machine Definition