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 themain()
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.