| uvm_broadcast_register.svh | |
| Methods | |
| add_target() | Add the register ‘r’ to the list of targets managed by this broadcast register. |
| write() | Re-implement write() to forward all writes to the managed targets. |
| poke() | Re-implement poke() to forward all pokes to the managed targets. |
virtual function void add_target( uvm_register #(T) r )
Add the register ‘r’ to the list of targets managed by this broadcast register.
function void write( T v,
Re-implement write() to forward all writes to the managed targets. The value of this “wrapper” register is NEVER updated.
function void poke( T v )
Re-implement poke() to forward all pokes to the managed targets. The value of this “wrapper” register is NEVER updated.
Add the register ‘r’ to the list of targets managed by this broadcast register.
virtual function void add_target( uvm_register #(T) r )
Re-implement write() to forward all writes to the managed targets.
function void write( T v,
Re-implement poke() to forward all pokes to the managed targets.
function void poke( T v )