mirror of
				https://github.com/YosysHQ/yosys
				synced 2025-10-31 03:32:29 +00:00 
			
		
		
		
	Fix btor concat
This commit is contained in:
		
							parent
							
								
									fd83e3442d
								
							
						
					
					
						commit
						63343aeaaa
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -335,7 +335,7 @@ struct BtorWorker | |||
| 				if (nid >= 0) { | ||||
| 					int sid = get_bv_sid(width+upper-lower+1); | ||||
| 					nid4 = next_nid++; | ||||
| 					btorf("%d concat %d %d %d\n", nid4, sid, nid, nid3); | ||||
| 					btorf("%d concat %d %d %d\n", nid4, sid, nid3, nid); | ||||
| 				} | ||||
| 
 | ||||
| 				width += upper-lower+1; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue