pingHdlSim
Block cosimulation until HDL simulator is ready
Syntax
Description
attempts to connect to the HDL simulator using a shared connection. The function blocks
cosimulation until the HDL server loads or the specified pID = pingHdlSim(timeout)timeout occurs.
pingHdlSim returns the process ID pID of the HDL
simulator or -1 if a timeout occurs. When you automate a cosimulation,
use this function to determine if the HDL server is loaded before your script continues the
simulation.
attempts to connect to the local host on the port pID = pingHdlSim(timeout,portnumber)portnumber.
attempts to connect to the host pID = pingHdlSim(timeout,portnumber,hostname)hostname on port
portnumber.
Examples
Input Arguments
Version History
Introduced in R2008a