我面臨的問題集&獲取在uvm_config_db。 // Sequence extended from uvm_sequence, but not directly
// Sequence xa
class xa;
...
uvm_config_db #(bit)::get(null, get_full_name, "x", x);
...
en
我想寫入併發斷言,這是在UVM測試平臺上的DUT上執行一些寄存器寫操作後開始的。 class test extends uvm_test;
bit flag;
task run_phase(uvm_phase phase);
//call register write task , data is chosen in a random fashion
write(addr,data);