diff --git a/README.md b/README.md index 21c9293..98e1358 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ model-ghdl ========== -A wrapper for GHDL to make it look like Mentor's ModelSim. Helpful for use with programs like Sigasi. \ No newline at end of file +A wrapper for GHDL to make it look like Mentor's ModelSim. Helpful for use with programs like Sigasi. + +## Tips +Add the following arguments in Sigasi: + +### vsim +* ```-ghdl "--std=08"``` to enable VHDL 2008 support (if any problems occur) +* ```-gtkwave "--save=/path/to/your/savefile"``` to automatically load a specific wave layout