带主机联调,slv1还没更新索引

This commit is contained in:
Ruige Lee
2025-04-28 18:01:16 +08:00
parent 84cbe46dfa
commit 8ec52716a0
5 changed files with 660 additions and 280 deletions

View File

@@ -214,8 +214,8 @@ abstract class ShinTopBase extends Module{
trait ShinTopMaster{ this: ShinTopBase =>
when(io.modeSel === true.B ){
slaveParser.io.downOut <> io.downOut
slaveParser.io.upIn <> io.upIn
masterParser.io.downOut <> io.downOut
masterParser.io.upIn <> io.upIn
}
when( io.modeSel === true.B ){