Backdoor RAL read issue

In reply to alexkidd84:

Your
add_hdl_path_slice(.name(urmr_cnt_init_path), .offset(0), .size(40));
is wrong.
It should be like this:

urmf_cnt_init.add_hdl_path_slice(.name("urmf_cnt_init"), .offset(0), .size(40));

and I do not see the

add_hdl_path(...);