uvm_hdl_check_path(string path) Checks that the given HDL path exists. Returns 0 if NOT found, 1 otherwise. uvm_hdl_deposit(string path, uvm_hdl_data_t value) Sets the given HDL path to the specified value. Returns 1 if the call succeeded, 0 otherwise. uvm_hdl_data_t的定义在uvm源...