mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Merge pull request #4049 from pepijndevos/patch-3
Enable bram for Gowin
This commit is contained in:
		
						commit
						a4ad7cb81a
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -130,7 +130,6 @@ struct SynthGowinPass : public ScriptPass
 | 
			
		|||
			}
 | 
			
		||||
			if (args[argidx] == "-json" && argidx+1 < args.size()) {
 | 
			
		||||
				json_file = args[++argidx];
 | 
			
		||||
				nobram = true;
 | 
			
		||||
				continue;
 | 
			
		||||
			}
 | 
			
		||||
			if (args[argidx] == "-run" && argidx+1 < args.size()) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue