mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 11:42:30 +00:00 
			
		
		
		
	Call log_error() instead of log_warning() on unsupported cell type in FIRRTL backend.
This commit is contained in:
		
							parent
							
								
									c66b7402c0
								
							
						
					
					
						commit
						7e298084e4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -833,7 +833,7 @@ struct FirrtlWorker | ||||||
| 				register_reverse_wire_map(y_id, cell->getPort("\\Y")); | 				register_reverse_wire_map(y_id, cell->getPort("\\Y")); | ||||||
| 				continue; | 				continue; | ||||||
| 			} | 			} | ||||||
| 			log_warning("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)); | ||||||
| 		} | 		} | ||||||
| 
 | 
 | ||||||
| 		for (auto conn : module->connections()) | 		for (auto conn : module->connections()) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue