mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Progress in Verific bindings
This commit is contained in:
		
							parent
							
								
									acda74c12c
								
							
						
					
					
						commit
						a67cd2d4a2
					
				
					 4 changed files with 15 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -429,6 +429,8 @@ static void import_netlist(RTLIL::Design *design, Netlist *nl, std::set<Netlist*
 | 
			
		|||
		import_attributes(wire->attributes, port);
 | 
			
		||||
		module->add(wire);
 | 
			
		||||
 | 
			
		||||
		wire->port_id = nl->IndexOf(port) + 1;
 | 
			
		||||
 | 
			
		||||
		if (port->GetDir() == DIR_INOUT || port->GetDir() == DIR_IN)
 | 
			
		||||
			wire->port_input = true;
 | 
			
		||||
		if (port->GetDir() == DIR_INOUT || port->GetDir() == DIR_OUT)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue