Imported DPI function can be done in three different ways
import "DPI-C" *pure *function void uvm_rgm_set_hdl();- pure, VPIcannot
be used
import "DPI-C" *context *function void uvm_rgm_set_hdl();- context is
automatically set for VPI usage
import "DPI-C" function void uvm_rgm_set_hdl(); - function with no
context and no pure ????
My question is what is the difference between function which has neither
pure nor context used in import and context function?
Can VPI calls be done inside?
DANiel
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.Received on Thu Nov 25 22:20:44 2010
This archive was generated by hypermail 2.1.8 : Thu Nov 25 2010 - 22:20:53 PST