(1) uvm_reg类中有一个变量m_hdl_paths_pool用于保存reg自身设置的相对路径(通过调用add_hdl_path_slice设置相对路径); (2) reg的绝对路径为base_path+offset_path; (3) 举例: reg_blk,add_hdl_path("tb"), reg1.add_hdl_path_slice("reg_boot"),最终reg1的
Hello once more, I am trying to implement backdoor access to registers and facing an issue when trying to use hdl_path_slice field property. While playing in the actual register RAL class definition i noticed that the following command d...