MikeCovrado / GettingVerilatorStartedWithUVM

Simple UVM environment for experimenting with Verilator.
Apache License 2.0
9 stars 1 forks source link

Change UVM branch and disable DPI #2

Closed RRozak closed 12 months ago

RRozak commented 12 months ago

It disables DPI, because it is currently unsupported. It also changes UVM branch to the one that contains more workarounds for issues. The only commit that may affect functionality (assuming that DPI is disabled) is https://github.com/antmicro/uvm-verilator/commit/2e667ac506c12e91d81bde62fe2c08d992731bd4. We work on fixing this problem.

MikeCovrado commented 12 months ago

Thanks @RRozak!