PMU DC Control Output & bug fix
This commit is contained in:
@@ -27,7 +27,7 @@ module Reg_file (
|
||||
// --- Parameters ---
|
||||
localparam REG_COUNT = 16;
|
||||
localparam [23:0]
|
||||
IDENT = 24'h400000|| 12'b0001_0000_0000, //CPLD2==1,version=1.0.0
|
||||
IDENT = 24'h400000 | 12'b0001_0000_0000, //CPLD2==1,version=1.0.0
|
||||
STATE_INIT = 24'h800000;
|
||||
|
||||
// State Machine Definition
|
||||
|
||||
Reference in New Issue
Block a user