-
-I have been trying to enable the core tracer log file to check the instruction execution time, PC, instruction itself, and so on. According to the documentation, I should define CV32E40P_TRACER_EXECU…
-
Hi!
Is it possible that the uvm_error message is instantly printed even I set uvm_report_mock::expect_error();? It is highly confusing if you expect an message at a certain point and there is none..
-
"[systemverilog]":{
"bracketLens.languageConfiguration": {
"word": [
{
"opening": "begin",
"closing": "end",
…
-
"[systemverilog]":{
"bracketLens.languageConfiguration": {
"word": [
{
"opening": "begin",
"closing": "end",
…
-
Hi!
t tried svunit together with vcs and uvm1.2 and the only way to get it run was by hacking runSVUnit changing
$cmd .= " -ntb_opts uvm" if $simulator eq "vcs";
to
$cmd .= " -ntb_opts uvm-1.2…
-
In my `env.sv` , I want to jump by clicking the left mouse button.
For example, `env.sv` :
```
class my_env extends uvm_env;
my_agent i_agt;
my_agent o_agt;
my_model mdl;
m…
-
Hi @michael-platzer
When executing the vzext.vf2 instruction on Vicuna the UVM environment issues the following warning (and error):
# UVM_WARNING uvm/src/env/cvxif_scoreboard.svh(207) @ 24…
-
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
-
Update SystemC and UVM/SystemC as the "beta6" release of UVM/SystemC states that it works with SystemC 3.0.0
These changes must happen concurrently.
1. Update SystemC to library version 3.0.0, o…
-
This issue is to track work prepping for host/device shared memory spaces, like Grace-Hopper and the AMD MI300 (as well as CUDA UVM).