mirror of https://github.com/YosysHQ/yosys.git
Add propagated clock signals into btor info file
This commit is contained in:
parent
11e75bc27c
commit
3fb32540ea
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue