mirror of
				https://github.com/cclassic/model-ghdl
				synced 2025-11-04 02:49:33 +01:00 
			
		
		
		
	Works with 2008 now (no autoedetect though, use -ghdl "--std=08" in Sigasi)
This commit is contained in:
		@@ -6,7 +6,7 @@
 | 
				
			|||||||
#include <fstream>
 | 
					#include <fstream>
 | 
				
			||||||
#include <string.h>
 | 
					#include <string.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 #define DEBUG_EN DEBUG_EN
 | 
					// #define DEBUG_EN DEBUG_EN
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,7 +7,7 @@
 | 
				
			|||||||
#include <fstream>
 | 
					#include <fstream>
 | 
				
			||||||
#include <string.h>
 | 
					#include <string.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define DEBUG_EN DEBUG_EN
 | 
					// #define DEBUG_EN DEBUG_EN
 | 
				
			||||||
 | 
					
 | 
				
			||||||
using namespace std;
 | 
					using namespace std;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -112,7 +112,6 @@ int main(int argc, char **argv) {
 | 
				
			|||||||
        }
 | 
					        }
 | 
				
			||||||
        else if (GETOPT("-ghdl")) {
 | 
					        else if (GETOPT("-ghdl")) {
 | 
				
			||||||
            ghdlargs = argv[i];
 | 
					            ghdlargs = argv[i];
 | 
				
			||||||
            cerr << "GHDARGS=" << argv[i];
 | 
					 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        else if (GETOPT("-gtkwave")) {
 | 
					        else if (GETOPT("-gtkwave")) {
 | 
				
			||||||
            wvargs = argv[i];
 | 
					            wvargs = argv[i];
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user