mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-28 10:19:26 +00:00 
			
		
		
		
	write_xaiger: default value for abc9_init
This commit is contained in:
		
							parent
							
								
									f7c0dbecee
								
							
						
					
					
						commit
						f5cc8cfa79
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -649,7 +649,7 @@ struct XAigerWriter | |||
| 				log_assert(mergeability > 0); | ||||
| 				write_r_buffer(mergeability); | ||||
| 
 | ||||
| 				Const init = cell->attributes.at(ID(abc9_init)); | ||||
| 				Const init = cell->attributes.at(ID(abc9_init), State::Sx); | ||||
| 				log_assert(GetSize(init) == 1); | ||||
| 				if (init == State::S1) | ||||
| 					write_s_buffer(1); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue