mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 13:29:12 +00:00 
			
		
		
		
	Ignore $scopeinfo in write_edif
This commit is contained in:
		
							parent
							
								
									10d5d358d2
								
							
						
					
					
						commit
						5cfbc1604c
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -213,6 +213,9 @@ struct EdifBackend : public Backend {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			for (auto cell : module->cells())
 | 
								for (auto cell : module->cells())
 | 
				
			||||||
			{
 | 
								{
 | 
				
			||||||
 | 
									if (cell->type == ID($scopeinfo))
 | 
				
			||||||
 | 
										continue;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				if (design->module(cell->type) == nullptr || design->module(cell->type)->get_blackbox_attribute()) {
 | 
									if (design->module(cell->type) == nullptr || design->module(cell->type)->get_blackbox_attribute()) {
 | 
				
			||||||
					lib_cell_ports[cell->type];
 | 
										lib_cell_ports[cell->type];
 | 
				
			||||||
					for (auto p : cell->connections())
 | 
										for (auto p : cell->connections())
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue