mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Ignore $scopeinfo in write_spice
This commit is contained in:
		
							parent
							
								
									418bf61b8d
								
							
						
					
					
						commit
						5ee8bebde4
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -72,6 +72,9 @@ static void print_spice_module(std::ostream &f, RTLIL::Module *module, RTLIL::De
 | 
			
		|||
 | 
			
		||||
	for (auto cell : module->cells())
 | 
			
		||||
	{
 | 
			
		||||
		if (cell->type == ID($scopeinfo))
 | 
			
		||||
			continue;
 | 
			
		||||
 | 
			
		||||
		f << stringf("X%d", cell_counter++);
 | 
			
		||||
 | 
			
		||||
		std::vector<RTLIL::SigSpec> port_sigs;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue