xlSetUseHDL - 2020.2 English

Vivado Design Suite Reference Guide: Model-Based DSP Design Using System Generator (UG958)

Document ID
UG958
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.