I have register model with 2 maps that connect to 2 agents.
each map connect to other predictor ,other adapter ,other sequencer etc..
I have mux to select between 2 protocols ,can't work together
it seems like uvm_reg_single_bit_bash_seq checks all maps on reg_block
rg.get_maps(maps);
// Bash the bits in the register via each map
foreach (maps[j]) begin
is it possible set the bit_bush_seq for 1 map ?
Thanks