Increase the version of CPLD1
This commit is contained in:
@@ -6,7 +6,7 @@ sig_sort_ascending=true
|
||||
active_Sheet=Port Assignments
|
||||
|
||||
[Port%20Assignments]
|
||||
Name="216,0"
|
||||
Name="207,0"
|
||||
Group%20By="118,1"
|
||||
Pin="71,2"
|
||||
BANK="91,3"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user