[debug] Remove erroneous buffer on SB read data (#56)
This commit is contained in:
parent
5151570894
commit
93c1b17b52
@ -454,7 +454,7 @@ class DebugModule ()(implicit val p:cde.Parameters)
|
||||
val dbRamRdEn = Wire(Bool())
|
||||
|
||||
val sbRamAddr = Wire(UInt(width=sbRamAddrWidth))
|
||||
val sbRamRdData = Reg (UInt(width=sbRamDataWidth))
|
||||
val sbRamRdData = Wire (UInt(width=sbRamDataWidth))
|
||||
val sbRamWrData = Wire(UInt(width=sbRamDataWidth))
|
||||
val sbRamWrEn = Wire(Bool())
|
||||
val sbRamRdEn = Wire(Bool())
|
||||
|
Loading…
Reference in New Issue
Block a user