Description
Lets you configure the settings of the C simulation command (csim_design
).
Syntax
config_csim [OPTIONS]
Options
-
-O
- Enables optimized compilation of the C/C++ test bench. This increases compilation time, but results in better runtime performance.
-
-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. -
-ldflags <string>
- Specifies the options passed to the linker for simulation. This option is typically used to pass include path information or library information for the C/C++ test bench.
-
-mflags <string>
- Specifies options required for simulation.
-
-profile
- Enable the creation of the Pre-Synthesis Control Flow.
-
-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.