From 5cad19bc7dbe62858122a9cc1d348592d877e18a Mon Sep 17 00:00:00 2001 From: Makise Kurisu Date: Sun, 22 Mar 2015 11:21:28 +0100 Subject: [PATCH] Works with 2008 now (no autoedetect though, use -ghdl "--std=08" in Sigasi) --- vcom/main.cpp | 2 +- vsim/main.cpp | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/vcom/main.cpp b/vcom/main.cpp index b562b1d..3c1ff82 100644 --- a/vcom/main.cpp +++ b/vcom/main.cpp @@ -6,7 +6,7 @@ #include #include - #define DEBUG_EN DEBUG_EN +// #define DEBUG_EN DEBUG_EN /* diff --git a/vsim/main.cpp b/vsim/main.cpp index 4b5eb93..06a4be0 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; @@ -112,7 +112,6 @@ int main(int argc, char **argv) { } else if (GETOPT("-ghdl")) { ghdlargs = argv[i]; - cerr << "GHDARGS=" << argv[i]; } else if (GETOPT("-gtkwave")) { wvargs = argv[i];