uvm_hdl_check_path系列

2019-07-09  本文已影响0人  Poisson_Lee

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


hdl.png
上一篇 下一篇

猜你喜欢

热点阅读