You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Extra arguments passed to `ghdl -a` command. Must be a list of strings.
330
330
- Example `vu.set_compile_option("ghdl_flags", ["--no-vital-checks"])`.
331
+
*`modelsim_vcom_flags`
332
+
- Extra arguments passed to ModelSim `vcom` command. Must be a list of strings.
333
+
*`modelsim_vlog_flags`
334
+
- Extra arguments passed to ModelSim `vlog` command. Must be a list of strings.
331
335
332
336
## Ctrl-C when using Git/MSYS Bash on Windows
333
337
VUnit will catch Ctrl-C and perform a clean shutdown closing all started simulation processes and printing the test report so far. On Git/MSYS Bash on Windows however there is a mechanism that hard kills a process a very short time after pressing Ctrl-C often prohibiting VUnit from completing its shutdown. This can leave simulation process open which have to be manually killed. See this [stack overflow post](http://stackoverflow.com/questions/23678045/control-c-kills-ipython-in-git-bash-on-windows-7) for tips on how to remove this mechanism.
0 commit comments