config_csim - 2024.1 English

Vitis High-Level Synthesis User Guide (UG1399)

Document ID
UG1399
Release Date
2024-07-03
Version
2024.1 English

Description

Lets you configure the settings of the C simulation command (csim_design).

Syntax

config_csim [OPTIONS]

Options

-argv <string>
Specifies the argument list for the behavioral test bench. The <string> is passed onto the main() C/C++ function of the test bench.
-clean
Enables a clean build. Without this option, csim_design compiles incrementally.
-profile
Enable the creation of the Pre-Synthesis Control Flow.
-sanitize_address
Enable the Clang sanitizer for address.
-sanitize_undefined
Enable the Clang sanitizer for undefined.
-setup
When this option is specified, the simulation binary will be created in the csim directory of the active solution, but simulation will not be executed. Simulation can be launched later from the compiled executable.