mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	atoi -> stoi as per @daveshah1
This commit is contained in:
		
							parent
							
								
									c71ad5482e
								
							
						
					
					
						commit
						c58998a7d2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -194,7 +194,7 @@ struct SynthXilinxPass : public ScriptPass | |||
| 				continue; | ||||
| 			} | ||||
| 			if (args[argidx] == "-widemux" && argidx+1 < args.size()) { | ||||
| 				widemux = atoi(args[++argidx].c_str()); | ||||
| 				widemux = std::stoi(args[++argidx]); | ||||
| 				continue; | ||||
| 			} | ||||
| 			if (args[argidx] == "-abc9") { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue