Cross-Network Cosimulation
R2026bWhy Perform Cross-Network Cosimulation?
You can perform cross-network cosimulation when your setup comprises one machine running MATLAB® and Simulink® software and another machine running the HDL simulator. Typically, a Windows®-platform machine runs the MATLAB and Simulink software, while a Linux® machine runs the HDL simulator. However, these procedures apply to any combination of platforms that HDL Verifier™ and the HDL simulator support.
VCS® does not support cross-network cosimulation. Vivado® cosimulation runs as a single process with a shared DLL, and therefore does not support cross-network cosimulation.
Preparing for Cross-Network Cosimulation
Before you cosimulate between the HDL simulator and MATLAB or Simulink across a network, perform the following steps:
Create your design and testing files.
Install MATLAB and HDL Verifier on the machine with the HDL simulator.
Note
In releases prior to R2022b, you could copy the Linux libraries from the Windows installation and vice-versa.
Since R2022b, MATLAB only ships platform-specific libraries, so you must also install MATLAB on the machine with the HDL simulator.
On the machine with the HDL simulator, copy the HDL Verifier libraries to a known location.
You can find the libraries in the default installed folder:
matlabroot/toolbox/edalink/extensions/adaptor/platform/
This table shows the variables and their available values.
Variable Description matlabrootThe location where you installed the MATLAB software. adaptorThe HDL simulator. You can choose from incisive,modelsim, orvcsplatformThe operating system of the machine with the HDL simulator. You can choose from linux64orwindows64.See Cosimulation Libraries for the specific library file names.
Make note of the location to which you copied the libraries; you'll need this information when you are actually establishing the connection to the HDL simulator. For purposes of this example, the sample code refers to the destination folder as
HDLSERVER_LIB_LOCATION.
If you now want to cosimulate with MATLAB, see Performing Cross-Network Cosimulation Using MATLAB. If you want to cosimulate with Simulink, see Performing Cross-Network Cosimulation Using Simulink.
Performing Cross-Network Cosimulation Using MATLAB
To perform an HDL-simulator-to-MATLAB cosimulation session across a network, follow these steps:
Performing Cross-Network Cosimulation Using Simulink
When you want to perform an HDL-simulator-to-Simulink cosimulation session across a network, follow these steps:
Next, run your simulation, add more blocks, or make other desired changes. For instructions on using Simulink and the HDL simulator for cosimulation, see Simulink as a Testbench or Component Simulation with Simulink.