xlSetUseHDL - 2020.2 English

Model Composer and System Generator User Guide (UG1483)

Document ID
UG1483
Release Date
2020-11-18
Version
2020.2 English

This function sets the 'Use behavioral HDL' option of blocks in a model or Subsystem.

Syntax


xlSetUseHDL(system, mode) 

Description

The model or system specified in the parameter system is set to either use cores or behavioral HDL, depending on the mode. Mode is a number, where 0 refers to using cores, and 1 refers to using behavioral HDL.

Examples

Example 1:


xlSetUseHDL(gcs,0) 

This call sets the currently selected system to use cores.