MikeCovrado / GettingVerilatorStartedWithUVM

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

Change UVM branch and disable DPI #2

Closed RRozak closed 1 year ago

RRozak commented 1 year 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 1 year ago

Thanks @RRozak!