config_schedule - 2022.1 English

Vitis High-Level Synthesis User Guide (UG1399)

Document ID
UG1399
Release Date
2022-06-07
Version
2022.1 English

Description

Configures the default type of scheduling performed by Vitis HLS.

Syntax

config_schedule [OPTIONS]

Options

-enable_dsp_full_reg[=true|false]
Specifies that the DSP signals should be fully registered. The default is true.

Examples

The following example disables registering DSP signals:

config_schedule -enable_dsp_full_reg=false