| Contents | Index |
breakHdlSim()
breakHdlSim('portNumber')
breakHdlSim('portNumber','hostName')
breakHdlSim() executes a stop command on the HDL simulator on the local host. Use this function to unblock the HDL simulator after the HDL simulator has loaded the simulation but before Simulink starts the simulation. If, after starting the simulation, you decide to add more signals to the waveform window, use this function to unblock the HDL simulator first. When you usebreakHdlSim, make sure that you specify the current connection information to the HDL simulator.
breakHdlSim('portNumber') executes a stop command on the HDL simulator on port portNumber.
breakHdlSim('portNumber','hostName') executes a stop command on the HDL simulator on host hostName.
Stop the HDL simulator that is currently running on the local host.
>> breakHdlSim()
Stop the HDL simulator that is currently running on port 1234.
>> breakHdlSim('1234')Stop the HDL simulator that is currently running on port 1234 and host "mylinux".
>> breakHdlSim('1234', 'mylinux')

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |