From ee19939e7c5a6bf97d2099e943dfe5d6e7122326 Mon Sep 17 00:00:00 2001 From: Makise Kurisu Date: Sat, 11 Apr 2015 20:20:14 +0200 Subject: [PATCH] Added -gtksave to README --- README.md | 2 +- vsim/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98e1358..0bc0382 100644 --- a/README.md +++ b/README.md @@ -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 (```/```) diff --git a/vsim/main.cpp b/vsim/main.cpp index abfe16b..545cec0 100644 --- a/vsim/main.cpp +++ b/vsim/main.cpp @@ -7,7 +7,7 @@ #include #include - #define DEBUG_EN DEBUG_EN +// #define DEBUG_EN DEBUG_EN using namespace std;