mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	write_xaiger: skip if no arrival times
This commit is contained in:
		
							parent
							
								
									915e7dde73
								
							
						
					
					
						commit
						aaafd784a5
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -257,6 +257,9 @@ struct XAigerWriter | |||
| 									arrivals.push_back(atoi(tok.c_str())); | ||||
| 						} | ||||
| 
 | ||||
| 						if (arrivals.empty()) | ||||
| 							continue; | ||||
| 
 | ||||
| 						if (GetSize(arrivals) > 1 && GetSize(arrivals) != GetSize(port_wire)) | ||||
| 							log_error("%s.%s is %d bits wide but abc9_arrival = %s has %d value(s)!\n", log_id(cell->type), log_id(conn.first), | ||||
| 									GetSize(port_wire), log_signal(it->second), GetSize(arrivals)); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue