fix bug in RTC
This commit is contained in:
parent
00b3908d92
commit
11bd15432a
@ -39,7 +39,7 @@ class RTC(csr_MTIME: Int)(implicit p: Parameters) extends HtifModule
|
|||||||
coreId := addr_send_cnt
|
coreId := addr_send_cnt
|
||||||
} else {
|
} else {
|
||||||
when (io.aw.fire()) { sending_addr := Bool(false) }
|
when (io.aw.fire()) { sending_addr := Bool(false) }
|
||||||
when (io.w.fire()) { sending_addr := Bool(false) }
|
when (io.w.fire()) { sending_data := Bool(false) }
|
||||||
|
|
||||||
coreId := UInt(0)
|
coreId := UInt(0)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user