Skip to content

Commit

Permalink
Merge pull request #4641 from georgerennie/george/btor_undriven_wires
Browse files Browse the repository at this point in the history
write_btor: don't emit undriven bits multiple times
  • Loading branch information
jix authored Nov 11, 2024
2 parents 1b1a6c4 + 268926c commit 261b447
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backends/btor/btor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 261b447

Please sign in to comment.