1
0
mirror of synced 2026-01-28 21:11:14 +00:00
Files
YosysHQ.yosys/backends
Jannis Harder e6f3914800 smt2: Use smt bv offset for $any*'s smtoffset
While not setting the smtoffset here was clearly a bug, I think using
`chunk.offset` only worked incidentally. The `smtoffset` is an offset
into the `smtname, smtid` pair (here `"", idcounter`) which corresponds
to the smt bitvector `stringf("%s#%d", get_id(module), idcounter)` which
contains all the chunks this loop is iterating over.

Thus using an incrementing `smtoffset` (like the `$ff`/`$dff` case above
already does) should be the correct fix.
2023-05-18 11:58:09 +02:00
..
2023-04-22 16:24:36 -07:00
2021-06-09 12:42:52 +02:00
2022-11-30 18:50:53 +01:00