David Poulin
David Poulin
There is no UVM factory available to use at that point in simulation time. Attempting to use it to create the default heartbeat monitor will result in a fatal error.
I've created a [new branch](https://github.com/Datum-Technology-Corporation/core-v-verif/tree/datum-dpoulin_issue_572) from core-v-verif for this issue. I just [pushed in](https://github.com/Datum-Technology-Corporation/core-v-verif/commit/57e531895271186a05d7396568a96b9373b5c388) the first version of the new OBI agent that passes the sanity regression in xsim (Vivado...
Thank you @Silabs-ArjanB! I wasn't aware of the updates. I've added the signals to the [interface](https://github.com/Datum-Technology-Corporation/core-v-verif/blob/datum-dpoulin_issue_572/lib/uvm_agents/uvma_obi/src/uvma_obi_if.sv) and pushed in the [changes](https://github.com/Datum-Technology-Corporation/core-v-verif/commit/cdface22b79662224645f18f1287c57cdc24556f). Mike & I are still figuring out the implications...
Close! Here is an example: ```clear && python dvm.py all uvmt_obi_st -t all_access -s 1```
I've pushed a new version of the script that pulls the mio libs: ```python dvm.py update```
Hi Mike, I've [pushed in a fix](https://github.com/Datum-Technology-Corporation/core-v-verif/commit/53468f82626f9271858dc5ec233e8a88736010dc). All 3 OBI ST tests pass for seed 1 with Vivado 2020.3.
Sounds good @MikeOpenHWGroup. I'll try and get this in tomorrow along with the script changes
FYI @MikeOpenHWGroup, it'll be easier for me to create a new branch for this and copy the new obi agent over. That's because I obliterated the old one in my...
Hi @MikeOpenHWGroup, I've created a [new branch](https://github.com/Datum-Technology-Corporation/core-v-verif/tree/datum-dpoulin_issue572), and [committed](https://github.com/Datum-Technology-Corporation/core-v-verif/commit/25390aa2e211061b8f290b16b22afd6dc37f5207) the modified OBI Agent, its self-testing env and tb, as well as the modified dvm.py script.
It's one command in Eclipse SVE to rename that agent. I'll take care of it tomorrow and ping you once it's checked it.