History log of /XiangShan/src/main/scala/device/AXI4Timer.scala (Results 26 – 27 of 27)
Revision Date Author Comments
# e2100e14 22-Feb-2019 Zihao Yu <[email protected]>

device,AXI4Timer: temporarily fix the resp overflow issue

* rvalid and bvalid should not be always asserted, else it may generate
more responses than requests.
* TODO: r and b channels may be not

device,AXI4Timer: temporarily fix the resp overflow issue

* rvalid and bvalid should not be always asserted, else it may generate
more responses than requests.
* TODO: r and b channels may be not ready when they are valid. We should
maintain the valid bit until they are ready.

show more ...


# 84226e46 21-Feb-2019 Zihao Yu <[email protected]>

device: add AXI4Timer


12