Main Content

Generated TLM Files

R2026b

HDL Verifier™ software generates the following files:

  • C/C++ code containing the Simulink® model behavior (.cpp and .h files)

  • Virtual platform TLM component class (.cpp and .h files)

  • TLM component documentation (HTML)

  • TLM component testbench (if specified) (.cpp and .h files)

  • Testbench stimulus and expected response vectors (MATLAB® formatted data)

  • Makefiles for building the TLM component and standalone testbench (makefile format)

  • IP-XACT XML file. For details, see Contents of Generated IP-XACT File.

TLM Component Generator workflow from inputs (Simulink model, configuration) to outputs (C++ classes, testbench, documentation, makefile)

After code generation is complete, you can then use these generated files (outputs) to create the standalone TLM executable.

Note

This feature requires the ASIC Testbench for HDL Verifier add-on.

See Also

Topics