mirror of
				https://github.com/cclassic/model-ghdl
				synced 2025-11-04 02:49:33 +01:00 
			
		
		
		
	vcom: Space added for -ghdl param
This commit is contained in:
		
							
								
								
									
										1
									
								
								main.c
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								main.c
									
									
									
									
									
								
							@@ -370,6 +370,7 @@ int vcom(int argc, char **argv)
 | 
				
			|||||||
            strcpy(vhdlver, "--std=08");
 | 
					            strcpy(vhdlver, "--std=08");
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        else if (GETOPT("-ghdl")) {
 | 
					        else if (GETOPT("-ghdl")) {
 | 
				
			||||||
 | 
					            append_string(¶ms, " ");
 | 
				
			||||||
            append_string(¶ms, argv[i]);
 | 
					            append_string(¶ms, argv[i]);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        else if (argv[i][0] != '-'){ // VHDL file
 | 
					        else if (argv[i][0] != '-'){ // VHDL file
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user