Closed MikeDoingThings closed 7 months ago
Hi @MikeDoingThings, thanks for your interest in CORE-V-VERIF. Lots to unpack here, let me see if I can answer your questions:
it seems to me that currently there is no support for a non-cost simulator that runs UVM tests
That is correct. Our philosophy on this topic is here.
I am checking if I can implement support for Vivado's internal simulator.
At least one member of the OpenHW Group has attempted this in the past. As of 2021.1 Vivado is not able to compile/elaborate/run the CORE-V-VERIF environment. We are "all in" with SystemVerilog and UVM so you'll need a complete implementation of the SV LRM. To date I am aware of five commercial tools that can run CORE-V-VERIF:
the main motivation is to reduce the barrier for contributions and productive work
We absolutely support this goal! If you are successful getting Vivado to work and are willing/able to contribute your updates to this repository, that would be most welcome. You seem to have a good idea of where to start. Let me know if I can be of assistance.
---mike (yes, yet another "mike")
Hi @MikeDoingThings, since we haven't heard from you in some time, and AMD/Xilinx has not shown much interest in supporting UVM environments, I am closing this issue.
UVM simulation support for xsim (Vivado)
Hello everyone! When looking into the core-v projects, it seems to me that currently there is no support for a non-cost simulator that runs UVM tests. Since I do not see myself buying an expensive license, I am checking if I can implement support for Vivado's internal simulator. This would also be a nice practice in setting up UVM and hopefully I get a better grasp of the core-v projects before I start to tinker with the processors. However, the main motivation is to reduce the barrier for contributions and productive work for people without an expensive company or academic infrastructure.
I intend to edit this issue to keep things up to date as I get a better idea of what needs to be done.
Open questions
Task Outcome
Implement makefile support for UVM testbenches using Vivado Simulator (xsim). In a best case scenario, the UVM tests for all processors will run as it does with any other simulator.
Location Information
Completion Criteria
UVM tests should work as good in Vivado as they do with other simulators.
Additional context
Upon a quick search I read that the UVM library is precompiled when installing Vivado. I believe that for UVM tests in xsim it might be obligatory to download the UVM source code and point UVM_HOME to it.