uvm-python
uvm-python copied to clipboard
UVM 1.2 port to Python
When running the above-mentioned example, uvm_fatal is thrown. Looks like APB monitor does not register any items during simulation. Commands to reproduce the issue: ``` cd test/examples/simple/registers/vertical_reuse SIM=ghdl make TOPLEVEL_LANG=vhdl...
The latest uvm-python depends on cocotb 1.5.0.rc2 which seems to have issues with verilator. Even trying to set a combination of dependencies that could work seems to hang the simulation...
I've been using the register model I created and having now added more tests to a single file, I noticed I'm getting warnings that more than one uvm_reg_block have been...
Errors I see is with icarus, but vcs seems to be working fine. Any ideas? ... -.--ns INFO gpi ..mbed/gpi_embed.cpp:105 in set_program_name_in_venv Using Python virtual environment interpreter at ./venv/bin/python -.--ns...
Any example that shows integrating C++/SystemC predictor? Thanks.
Hello, I found a bug on uvm_hw_reset_sequence enum is not getting name rightly which is fixed now let me know how can i commit these changes thanks SanaUllah
Hello, I encountered a problem when starting the sequence using the default_sequence method. The simulation does not execute the body content of the sequence. After inspection, I found that the...