openhwgroup / core-v-verif

Functional verification project for the CORE-V family of RISC-V cores.

Home Page:https://docs.openhwgroup.org/projects/core-v-verif/en/latest/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[cv_dv_utils AXI2MEM] Ready signals are stuck at 1.

khandelwaltanuj opened this issue · comments

Hello,

While working on the verification of HPDcache, I observed that ready signals of AXI2MEM are internally driven to 1. The readme of AXI2MEM says that user should drive these signals.

Thanks and Regards
Tanuj Khandelwal

Thanks for the issue. Can you point to the specific file and line number?

Hi @ludovicpion, I think @khandelwaltanuj is correct. The file and line numbers he references hardcode aw_ready, ar_ready and assign w_ready to 1'b1. Can you submit a pull-request to remove these assignments and allow the user to control them via a sequence?