3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-09 20:50:51 +00:00

Make TimingInfo::TimingInfo(SigBit) constructor explicit

This commit is contained in:
Eddie Hung 2020-02-18 11:02:28 -08:00
parent 9dcf204dec
commit 6bb3d9f9c0
3 changed files with 9 additions and 8 deletions

View file

@ -263,7 +263,7 @@ struct XAigerWriter
continue;
for (int i = 0; i < GetSize(conn.second); i++) {
auto d = t.at(SigBit(port_wire,i), 0);
auto d = t.at(TimingInfo::NameBit(conn.first,i), 0);
if (d == 0)
continue;