Add propagated clock signals into btor info file

This commit is contained in:
Claire Xenia Wolf 2022-05-04 08:10:18 +02:00 committed by Miodrag Milanovic
parent 11e75bc27c
commit 3fb32540ea
1 changed files with 2 additions and 0 deletions

View File

@ -1220,6 +1220,8 @@ struct BtorWorker
int this_nid = next_nid++;
btorf("%d uext %d %d %d%s\n", this_nid, sid, nid, 0, getinfo(wire).c_str());
if (info_clocks.count(nid))
info_clocks[this_nid] |= info_clocks[nid];
btorf_pop(stringf("wire %s", log_id(wire)));
continue;