mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Fix BTOR output tags syntax in writye_btor
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
		
							parent
							
								
									3b796c033c
								
							
						
					
					
						commit
						e78f5a3055
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -932,9 +932,8 @@ struct BtorWorker
 | 
			
		|||
 | 
			
		||||
			btorf_push(stringf("output %s", log_id(wire)));
 | 
			
		||||
 | 
			
		||||
			int sid = get_bv_sid(GetSize(wire));
 | 
			
		||||
			int nid = get_sig_nid(wire);
 | 
			
		||||
			btorf("%d output %d %d %s\n", next_nid++, sid, nid, log_id(wire));
 | 
			
		||||
			btorf("%d output %d %s\n", next_nid++, nid, log_id(wire));
 | 
			
		||||
 | 
			
		||||
			btorf_pop(stringf("output %s", log_id(wire)));
 | 
			
		||||
		}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue