mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	Refactoring: Renamed RTLIL::Module::wires to wires_
This commit is contained in:
		
							parent
							
								
									d7916a49af
								
							
						
					
					
						commit
						f9946232ad
					
				
					 50 changed files with 191 additions and 191 deletions
				
			
		| 
						 | 
				
			
			@ -173,7 +173,7 @@ struct OptRmdffPass : public Pass {
 | 
			
		|||
 | 
			
		||||
			assign_map.set(mod_it.second);
 | 
			
		||||
			dff_init_map.set(mod_it.second);
 | 
			
		||||
			for (auto &it : mod_it.second->wires)
 | 
			
		||||
			for (auto &it : mod_it.second->wires_)
 | 
			
		||||
				if (it.second->attributes.count("\\init") != 0)
 | 
			
		||||
					dff_init_map.add(it.second, it.second->attributes.at("\\init"));
 | 
			
		||||
			mux_drivers.clear();
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue