调整busrate spisel encryptkey rpltimestamp的地址

开放localDevIndex的spi读权限
txlength,smenq/deq的形式仍然需要讨论,未修改
This commit is contained in:
Ruige Lee
2025-05-16 20:17:02 +08:00
parent 5c729658d1
commit a0deb68fd6
3 changed files with 24 additions and 15 deletions

View File

@@ -46,6 +46,9 @@ class SlaveParserIO extends Bundle{
val trigAddr = Input( Vec(8, UInt(15.W)) )
val localDevIndex = Output(UInt(16.W))
//开放链路寄存器组给interface
// val isDevOnLeft = Output(UInt(2.W))
val isDevOnLeftModify = Output(Bool())
@@ -103,7 +106,7 @@ abstract class SlaveParserBase extends Module{
// val isDeviceModified: Bool = RegInit(true.B)
val localDevIndex = RegInit(0.U(14.W)) //当前设备索引
val localDevIndex = RegInit(0.U(14.W)); io.localDevIndex := localDevIndex //当前设备索引
// dontTouch(localDevIndex)