mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Refactoring: Renamed RTLIL::Design::modules to modules_
This commit is contained in:
		
							parent
							
								
									d088854b47
								
							
						
					
					
						commit
						10e5791c5e
					
				
					 73 changed files with 223 additions and 223 deletions
				
			
		|  | @ -423,7 +423,7 @@ struct OptMuxtreePass : public Pass { | |||
| 		extra_args(args, 1, design); | ||||
| 
 | ||||
| 		int total_count = 0; | ||||
| 		for (auto &mod_it : design->modules) { | ||||
| 		for (auto &mod_it : design->modules_) { | ||||
| 			if (!design->selected_whole_module(mod_it.first)) { | ||||
| 				if (design->selected(mod_it.second)) | ||||
| 					log("Skipping module %s as it is only partially selected.\n", id2cstr(mod_it.second->name)); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue