mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Add opt_lut_ins pass. (#1673)
This commit is contained in:
		
							parent
							
								
									7033503cd9
								
							
						
					
					
						commit
						34d2fbd2f9
					
				
					 10 changed files with 367 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -246,6 +246,7 @@ struct SynthGowinPass : public ScriptPass
 | 
			
		|||
		if (check_label("map_cells"))
 | 
			
		||||
		{
 | 
			
		||||
			run("techmap -map +/gowin/cells_map.v");
 | 
			
		||||
			run("opt_lut_ins -tech gowin");
 | 
			
		||||
			run("setundef -undriven -params -zero");
 | 
			
		||||
			run("hilomap -singleton -hicell VCC V -locell GND G");
 | 
			
		||||
			if (!noiopads || help_mode)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue