mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	ice40: fix -noabc9
This commit is contained in:
		
							parent
							
								
									032fab1f54
								
							
						
					
					
						commit
						5c96746309
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -239,7 +239,7 @@ struct SynthIce40Pass : public ScriptPass
 | 
				
			||||||
				continue;
 | 
									continue;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			if (args[argidx] == "-noabc9") {
 | 
								if (args[argidx] == "-noabc9") {
 | 
				
			||||||
				abc9 = true;
 | 
									abc9 = false;
 | 
				
			||||||
				continue;
 | 
									continue;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			if (args[argidx] == "-dff") {
 | 
								if (args[argidx] == "-dff") {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue