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.