Works with 2008 now (no autoedetect though, use -ghdl "--std=08" in Sigasi)

This commit is contained in:
Makise Kurisu 2015-03-22 11:21:28 +01:00
parent 7df8aa2ccc
commit 5cad19bc7d
2 changed files with 2 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#include <fstream>
#include <string.h>
#define DEBUG_EN DEBUG_EN
// #define DEBUG_EN DEBUG_EN
/*

View File

@ -7,7 +7,7 @@
#include <fstream>
#include <string.h>
#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];