mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	btor: Support $anyinit cells
This commit is contained in:
		
							parent
							
								
									5893cae647
								
							
						
					
					
						commit
						96a1173598
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -612,7 +612,7 @@ struct BtorWorker | |||
| 			goto okay; | ||||
| 		} | ||||
| 
 | ||||
| 		if (cell->type.in(ID($dff), ID($ff), ID($_DFF_P_), ID($_DFF_N), ID($_FF_))) | ||||
| 		if (cell->type.in(ID($dff), ID($ff), ID($anyinit), ID($_DFF_P_), ID($_DFF_N), ID($_FF_))) | ||||
| 		{ | ||||
| 			SigSpec sig_d = sigmap(cell->getPort(ID::D)); | ||||
| 			SigSpec sig_q = sigmap(cell->getPort(ID::Q)); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue