Skip to content

Commit

Permalink
Update user_guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kraigher committed Jun 10, 2015
1 parent 329f647 commit 17b533a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,3 +275,6 @@ vu.set_sim_option("vsim_extra_args.gui", "-voptargs=+acc")
- Extra arguments passed to `vsim` when loading the design.
* `vsim_extra_args.gui`
- Extra arguments passed to `vsim` when loading the design in GUI mode where it takes precedence over `vsim_extra_args`.

### Ctrl-C when using Git/MSYS Bash on Windows
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 comments on commit 17b533a

Please sign in to comment.