完成探针和索引

This commit is contained in:
Ruige Lee
2025-04-29 17:48:57 +08:00
parent b0ecbcc983
commit 65c5aba8ce
6 changed files with 103 additions and 36 deletions

View File

@@ -231,8 +231,8 @@ trait ShinTopMaster{ this: ShinTopBase =>
masterParser.io.req := io.req
io.rsp := masterParser.io.rsp
masterParser.io.trigAddr(0) := "hff".U
masterParser.io.trigAddr(1) := "hff".U
// masterParser.io.trigAddr(0) := "hff".U
// masterParser.io.trigAddr(1) := "hff".U
masterParser.io.timeStamp := io.timeStamp
}