mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespace
This commit is contained in:
		
							parent
							
								
									1202f7aa4b
								
							
						
					
					
						commit
						1cb25c05b3
					
				
					 41 changed files with 790 additions and 665 deletions
				
			
		| 
						 | 
				
			
			@ -113,7 +113,7 @@ static void disconnect_dff(RTLIL::Module *module, RTLIL::SigSpec sig)
 | 
			
		|||
	sig.sort_and_unify();
 | 
			
		||||
 | 
			
		||||
	std::stringstream sstr;
 | 
			
		||||
	sstr << "$memory_dff_disconnected$" << (RTLIL::autoidx++);
 | 
			
		||||
	sstr << "$memory_dff_disconnected$" << (autoidx++);
 | 
			
		||||
 | 
			
		||||
	RTLIL::SigSpec new_sig = module->addWire(sstr.str(), sig.size());
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue