xlSetUseHDL - 2022.1 English

Vitis Model Composer User Guide (UG1483)

Document ID
UG1483
Release Date
2022-05-26
Version
2022.1 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.