python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
UVM Verbosity override
Is there a way to override any verbosity switches that have been given and force verbosity to a different value in UVM?
+uvm_set_verbosity=*abc*,_ALL_,UVM_FULL,run
+uvm_set_verbosity=*aes*,_ALL_,UVM_...
Jean
Votes: 0
Answers: 1
Scoreboard in UVM
What do we do when we have to create a scoreboard for a certain design logic? For a memory I understand that we can compare the data written to DUT at a certain address to the data read at the same ad...
Bunty Bhai
Votes: 0
Answers: 2
Virtual interface element uses an interface with interface ports [warning from QuestaSIM vlog/vsim]
What is the meaning of the following warning issued by QuestaSIM's vsim? What is the simulator worried about here? I haven't been able to produce an actual simulation error from this yet.
My guess: it...
RayaneCTX
Votes: 0
Answers: 1
How to calculate the register reset value?
I have register defined inside a register model as shown below
virtual function void build();
this.PM_CAP_ID = uvm_reg_field::type_id::create("PM_CAP_ID",,get_full_name());
this.PM_CAP_...
sr_m
Votes: 0
Answers: 1