mirror of
				https://github.com/cclassic/model-ghdl
				synced 2025-11-04 02:49:33 +01:00 
			
		
		
		
	Changed workdir-ghdl filename
This commit is contained in:
		@@ -152,7 +152,7 @@ int main(int argc, char **argv)
 | 
			
		||||
 | 
			
		||||
    // Write temp path to /tmp
 | 
			
		||||
    ofstream myfile;
 | 
			
		||||
    myfile.open ("/tmp/workdir-ghdl");
 | 
			
		||||
    myfile.open ("/tmp/ghdl-workdir");
 | 
			
		||||
    myfile << tempdir;
 | 
			
		||||
    myfile.flush();
 | 
			
		||||
    myfile.close();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user