mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	gowin: fix typo
This commit is contained in:
		
							parent
							
								
									c11744b4ef
								
							
						
					
					
						commit
						309558767d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -173,7 +173,7 @@ struct SynthGowinPass : public ScriptPass
 | 
			
		|||
				// removed, ABC9 is on by default.
 | 
			
		||||
				continue;
 | 
			
		||||
			}
 | 
			
		||||
			if (args[argidx] == "-abc9") {
 | 
			
		||||
			if (args[argidx] == "-noabc9") {
 | 
			
		||||
				abc9 = false;
 | 
			
		||||
				continue;
 | 
			
		||||
			}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue