mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-30 11:12:29 +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
				
			
		|  | @ -111,7 +111,7 @@ struct SetattrPass : public Pass { | |||
| 			if (!design->selected(module)) | ||||
| 				continue; | ||||
| 
 | ||||
| 			for (auto &it : module->wires) | ||||
| 			for (auto &it : module->wires_) | ||||
| 				if (design->selected(module, it.second)) | ||||
| 					do_setunset(it.second->attributes, setunset_list); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue