mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-03 21:09:12 +00:00 
			
		
		
		
	Ignore $scopeinfo in write_firrtl
This commit is contained in:
		
							parent
							
								
									59a60c76fe
								
							
						
					
					
						commit
						55d8425468
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -980,6 +980,9 @@ struct FirrtlWorker
 | 
				
			||||||
				register_reverse_wire_map(y_id, cell->getPort(ID::Y));
 | 
									register_reverse_wire_map(y_id, cell->getPort(ID::Y));
 | 
				
			||||||
				continue;
 | 
									continue;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
								if (cell->type == ID($scopeinfo))
 | 
				
			||||||
 | 
									continue;
 | 
				
			||||||
			log_error("Cell type not supported: %s (%s.%s)\n", log_id(cell->type), log_id(module), log_id(cell));
 | 
								log_error("Cell type not supported: %s (%s.%s)\n", log_id(cell->type), log_id(module), log_id(cell));
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue