hdldaemon('socket',4999)

hi i'm using this command in matlab 2 link modelsim wat is the mean'g of this command

Answers (1)

Walter Roberson
Walter Roberson on 1 Mar 2011

0 votes

The HDL Simulator process will be started up. Instead of using the default shared memory to communicate with the process, use TCP port 4999.
See the hdldaemon reference page.

Products

Tags

Asked:

on 1 Mar 2011

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!