mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Fix typo
This commit is contained in:
		
							parent
							
								
									a274b7cc86
								
							
						
					
					
						commit
						d963e8c2c6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1528,7 +1528,7 @@ std::vector<RTLIL::Wire*> RTLIL::Module::selected_wires() const
 | 
			
		|||
std::vector<RTLIL::Cell*> RTLIL::Module::selected_cells() const
 | 
			
		||||
{
 | 
			
		||||
	std::vector<RTLIL::Cell*> result;
 | 
			
		||||
	result.reserve(wires_.size());
 | 
			
		||||
	result.reserve(cells_.size());
 | 
			
		||||
	for (auto &it : cells_)
 | 
			
		||||
		if (design->selected(this, it.second))
 | 
			
		||||
			result.push_back(it.second);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue