| EDA Simulator Link™ DS |  |
Specifying TCP/IP Values
Specifies TCP/IP socket communication for links between the
HDL simulator and Simulink software.
For TCP/IP socket communication on a single computing system, the tcp_spec can
consist of just a TCP/IP port number or service name. If you are setting
up communication between computing systems, you must also specify
the name or Internet address of the remote host. The following table
lists different ways of specifying tcp_spec.
| Format | Example |
| <port-num> | 4449 |
| <port-alias> | matlabservice |
| <port-num>@<host> | 4449@compa |
| <host>:<port-num> | compa:4449 |
| <port-alias>@<host-ia> | matlabservice@123.34.55.23 |
 | Choosing TCP/IP Socket Ports | | TCP/IP Services |  |