Fix version typo
This commit is contained in:
+1
-1
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user