mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Removed commented out debug code
This commit is contained in:
		
							parent
							
								
									cca3cb5fbb
								
							
						
					
					
						commit
						66aac06eee
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -42,10 +42,6 @@ struct OptRmportsPass : public Pass {
 | 
			
		|||
	virtual void execute(std::vector<std::string> /*args*/, RTLIL::Design *design)
 | 
			
		||||
	{
 | 
			
		||||
		log_header(design, "Executing OPT_RMPORTS pass (remove top level ports with no connections).\n");
 | 
			
		||||
 | 
			
		||||
		//vector<RTLIL::Module*> mods = design->modules();
 | 
			
		||||
		//for(auto mod : mods)
 | 
			
		||||
		//	ProcessModule(mod);
 | 
			
		||||
		ProcessModule(design->top_module());
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue