Fix version typo

This commit is contained in:
2026-06-16 10:32:26 +08:00
parent e3fa9dc9c1
commit f0f42f0204
2 changed files with 2 additions and 2 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_0001_0002, //CPLD1==1,version=1.1.2
IDENT = 24'h200000 | 12'b0001_0001_0010, //CPLD1==1,version=1.1.2
STATE_INIT = 24'h800000;
// State Machine Definition
+1 -1
View File
@@ -33,7 +33,7 @@ module Reg_file (
// --- Parameters ---
localparam REG_COUNT = 16;
localparam [23:0]
IDENT = 24'h400000 | 12'b0001_0001_0002, //CPLD2==1,version=1.1.2
IDENT = 24'h400000 | 12'b0001_0001_0010, //CPLD2==1,version=1.1.2
STATE_INIT = 24'h800000;
// State Machine Definition