Merge pull request #4641 from georgerennie/george/btor_undriven_wires

write_btor: don't emit undriven bits multiple times
This commit is contained in:
Jannis Harder 2024-11-11 16:17:25 +01:00 committed by GitHub
commit 261b44718d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -1077,6 +1077,7 @@ struct BtorWorker
btorf("%d input %d\n", nid, sid);
ywmap_input(s);
nid_width[nid] = GetSize(s);
add_nid_sig(nid, s);
for (int j = 0; j < GetSize(s); j++)
nidbits.push_back(make_pair(nid, j));