Control MATLAB server that supports interactions with HDL simulator
hdldaemon
starts the HDL Link MATLAB® server
using shared memory inter-process communication. Only one hdldaemon
per MATLAB session
can be running at any given time.
hdldaemon(
uses additional options
specified by one or more Name,Value
)Name,Value
pair arguments.
If you do not specify memory type, the server starts using shared memory.
If you specify the socket
Name,
Value
argument, the server starts using socket memory.
Note
If server is already running, issuing hdldaemon
with
these arguments shuts down the current server and then starts a new
server session using shared memory (unless socket is specified).