Twin Builder Options: VHDLCompiler Options Tab
These options let you define settings for the compilation VHDL-AMS models.
- C++ Compiler – Lets you set the C++ compiler that is used to compile VHDL-AMS models. By default, the Gcc compiler included in the installation (<Installpath>\Common\MinGW) is used for compilation. It is possible to use a Visual Studio C++ compiler. Currently VS C++2015, VS C++2017, VS C++2019, and VS C++2022 are supported. For more details, see Program Requirements in the Introduction to the Twin Builder C Interface section.
- Use compiler optimization – This is the default optimization setting during the C++ compilation when creating a new VHDL-AMS model. This setting can later be changed on a per-model basis in the VHDL model editor settings.
- Message Filter – These options let you toggle the display of warning and trace messages during the compilation of VHDL models and packages.
- Trace messages – Informational messages, such as the status of the compile process, and loaded sub-models.
- Warning messages –
Low impact errors that do not cause the compiler to stop. The errors
might cause the model to not function properly.
Note:
Error messages (other than warning messages) always display.