Added -gtksave to README

This commit is contained in:
Makise Kurisu 2015-04-11 20:20:14 +02:00
parent 968296dae0
commit ee19939e7c
2 changed files with 2 additions and 2 deletions

View File

@ -8,4 +8,4 @@ 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
* ```-gtksave "/path/to/your/gtkw-directory"``` to automatically load a specific wave layout (```<path>/<top_entity.gtkw>```)

View File

@ -7,7 +7,7 @@
#include <fstream>
#include <string.h>
#define DEBUG_EN DEBUG_EN
// #define DEBUG_EN DEBUG_EN
using namespace std;