mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	Remove double push
This commit is contained in:
		
							parent
							
								
									62ac5ebd02
								
							
						
					
					
						commit
						4de03bd5e6
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -117,7 +117,6 @@ static void run_ice40_opts(Module *module)
 | 
			
		|||
				log("Optimized SB_CARRY from $__ICE40_CARRY_LUT4 cell (leaving behind SB_LUT4) %s.%s: CO=%s\n",
 | 
			
		||||
						log_id(module), log_id(cell), log_signal(replacement_output));
 | 
			
		||||
				cell->type = "\\SB_LUT4";
 | 
			
		||||
				sb_lut_cells.push_back(cell);
 | 
			
		||||
				cell->setPort("\\I0", RTLIL::S0);
 | 
			
		||||
				cell->setPort("\\I1", inbit[0]);
 | 
			
		||||
				cell->setPort("\\I2", inbit[1]);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue