仿真开始

This commit is contained in:
RuigeLee
2024-10-16 16:17:52 +08:00
parent 55f016d866
commit 0dc046bffe
4 changed files with 253 additions and 6 deletions

View File

@@ -532,6 +532,10 @@ with ShinSlvLinkInit
with ShinSlvLinkBCast
with ShinSlvLinkUCast{
assert( VecInit(upRegMuxInit).count((x:Bool) => (x === true.B)) <= 1.U, "Assert Failed, upReg Collision Used!\n" )
val led = IO(UInt(8.W))
led := slvID
}