mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	More unused
This commit is contained in:
		
							parent
							
								
									b15b410b41
								
							
						
					
					
						commit
						f587950bde
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -62,7 +62,6 @@ struct Pmux2ShiftxPass : public Pass {
 | 
				
			||||||
				shiftx_a.append(cell->getPort("\\A"));
 | 
									shiftx_a.append(cell->getPort("\\A"));
 | 
				
			||||||
				pmux_s.append(module->Not(NEW_ID, module->ReduceOr(NEW_ID, cell->getPort("\\S"))));
 | 
									pmux_s.append(module->Not(NEW_ID, module->ReduceOr(NEW_ID, cell->getPort("\\S"))));
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			const int width = cell->getParam("\\WIDTH").as_int();
 | 
					 | 
				
			||||||
			const int clog2width = ceil(log2(s_width));
 | 
								const int clog2width = ceil(log2(s_width));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			RTLIL::SigSpec pmux_b;
 | 
								RTLIL::SigSpec pmux_b;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue