mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Fix btor concat
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user