Creates an intrinsic that calls non-void DPI function at its clock posedge. The result values behave like registers and the DPI function is used as a state transfer function of them.
Creates an intrinsic that calls non-void DPI function at its clock posedge. The result values behave like registers and the DPI function is used as a state transfer function of them.
enable operand is used to conditionally call the DPI since DPI call could be quite more expensive than native constructs.
When an enable is false, it means the state transfer function is not called. Hence their values will not be modified in that clock.