add function demo

This commit is contained in:
RuigeLee
2023-08-09 14:43:24 +08:00
parent 68e0a6a055
commit 1c7a226a70
2 changed files with 147 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ import chisel3.util._
class BackBoardSlvIO extends Bundle{
val localHost = Input(UInt(6.W))
val localHost = Input(UInt(5.W))
val upStreamReqDat = Input( Bool() )
val downStreamReqDat = Input( Bool() )