Skip to content

Commit e131950

Browse files
remove print statement
1 parent ba9eb5a commit e131950

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/scala/logphy/MBInitFSM.scala

-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ class MBInitFSM(
141141
}
142142
}
143143
is(ParamSubState.WAIT_REQ) {
144-
printf("in MB init wait req\n")
145144
io.sbTrainIO.msgReqStatus.ready := true.B
146145
when(io.sbTrainIO.msgReqStatus.fire) {
147146
reqData := io.sbTrainIO.msgReqStatus.bits.data

0 commit comments

Comments
 (0)