Stop ignoring the valid signal.
This commit is contained in:
parent
6ae8b4fc26
commit
83ea6adbd3
@ -148,7 +148,7 @@ class HNY2026(cfg: HnyConfig, str: String) extends Module {
|
||||
sender.io.data.valid := !sent
|
||||
sender.io.data.bits := chars(charCnt)
|
||||
|
||||
when(sender.io.data.ready) {
|
||||
when(sender.io.data.fire) {
|
||||
when(charCnt === (chars.length - 1).U) {
|
||||
charCnt := 0.U
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user