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];