mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	Merge remote-tracking branch 'origin/master' into xc7dsp
This commit is contained in:
		
						commit
						f890cfb63b
					
				
					 76 changed files with 840 additions and 568 deletions
				
			
		|  | @ -183,7 +183,7 @@ struct SynthIce40Pass : public ScriptPass | |||
| 				continue; | ||||
| 			} | ||||
| 			if (args[argidx] == "-dffe_min_ce_use" && argidx+1 < args.size()) { | ||||
| 				min_ce_use = std::stoi(args[++argidx]); | ||||
| 				min_ce_use = atoi(args[++argidx].c_str()); | ||||
| 				continue; | ||||
| 			} | ||||
| 			if (args[argidx] == "-nobram") { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue