Bump Chisel and FIRRTL for annotations refactor (#1261)
Also brings in an autoclonetype enhancement and some bug fixes
This commit is contained in:
@ -938,7 +938,7 @@ class TLDebugModuleInner(device: Device, getNComponents: () => Int, beatBytes: I
|
||||
//------------------------
|
||||
// DMI Register Control and Status
|
||||
|
||||
abstractCommandBusy := (ctrlStateReg != CtrlState(Waiting))
|
||||
abstractCommandBusy := (ctrlStateReg =/= CtrlState(Waiting))
|
||||
|
||||
ABSTRACTCSWrEnLegal := (ctrlStateReg === CtrlState(Waiting))
|
||||
COMMANDWrEnLegal := (ctrlStateReg === CtrlState(Waiting))
|
||||
|
Reference in New Issue
Block a user