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源码中如下: dpi/uvm_hdl.svh文件中