mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-29 18:52:30 +00:00 
			
		
		
		
	Add propagated clock signals into btor info file
This commit is contained in:
		
							parent
							
								
									11e75bc27c
								
							
						
					
					
						commit
						3fb32540ea
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -1220,6 +1220,8 @@ struct BtorWorker | |||
| 
 | ||||
| 			int this_nid = next_nid++; | ||||
| 			btorf("%d uext %d %d %d%s\n", this_nid, sid, nid, 0, getinfo(wire).c_str()); | ||||
| 			if (info_clocks.count(nid)) | ||||
| 				info_clocks[this_nid] |= info_clocks[nid]; | ||||
| 
 | ||||
| 			btorf_pop(stringf("wire %s", log_id(wire))); | ||||
| 			continue; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue