mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Renamed port access function on RTLIL::Cell, added param access functions
This commit is contained in:
		
							parent
							
								
									b5a9e51b96
								
							
						
					
					
						commit
						cdae8abe16
					
				
					 46 changed files with 1086 additions and 1059 deletions
				
			
		| 
						 | 
				
			
			@ -185,7 +185,7 @@ struct SubmodWorker
 | 
			
		|||
			RTLIL::Wire *old_wire = it.first;
 | 
			
		||||
			RTLIL::Wire *new_wire = it.second.new_wire;
 | 
			
		||||
			if (new_wire->port_id > 0)
 | 
			
		||||
				new_cell->set(new_wire->name, RTLIL::SigSpec(old_wire));
 | 
			
		||||
				new_cell->setPort(new_wire->name, RTLIL::SigSpec(old_wire));
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue