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 bp gen] Added a virtual sequence

khandelwaltanuj opened this issue · comments

Hello,

Back Pressure generator provides actually 4 sequences (no back pressure, heavy back pressure, occasional back pressure, mostly back pressure). And user is supposed to write his/her own virtual sequence to be able to select randomly one of the back pressure sequence.

In the new updated, a virtual sequence has been added to back pressure. The readme has been updated accordning.

And it is being tested in the TB of HPDcache.

Thanks and regards
Tanuj Khandelwal

Hi @khandelwaltanuj, this sounds like an interesting update. It is not clear to me why you are creating an Issue for this. Reading your comment is seems that you are either announcing your plans to develop a BP generator or asking if this would be something the community would like to see. In such cases, I would recommend posting a message to the TWG:Verification channel on MatterMost and we can discuss it there.

When you are ready to make your contribution, please create a pull-request and be sure to follow the contribution guidelines detailed in #2407.