mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Hotfix for run_shell auto-detection
Signed-off-by: Claire Xenia Wolf <claire@clairexen.net>
This commit is contained in:
		
							parent
							
								
									b07ca8756a
								
							
						
					
					
						commit
						e1c7a9a647
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -370,6 +370,7 @@ int main(int argc, char **argv)
 | 
			
		|||
			exit(0);
 | 
			
		||||
		case 'S':
 | 
			
		||||
			passes_commands.push_back("synth");
 | 
			
		||||
			run_shell = false;
 | 
			
		||||
			break;
 | 
			
		||||
		case 'g':
 | 
			
		||||
			log_force_debug++;
 | 
			
		||||
| 
						 | 
				
			
			@ -382,9 +383,11 @@ int main(int argc, char **argv)
 | 
			
		|||
			break;
 | 
			
		||||
		case 'H':
 | 
			
		||||
			passes_commands.push_back("help");
 | 
			
		||||
			run_shell = false;
 | 
			
		||||
			break;
 | 
			
		||||
		case 'h':
 | 
			
		||||
			passes_commands.push_back(stringf("help %s", optarg));
 | 
			
		||||
			run_shell = false;
 | 
			
		||||
			break;
 | 
			
		||||
		case 'b':
 | 
			
		||||
			backend_command = optarg;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue