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:
parent
9dcf204dec
commit
6bb3d9f9c0
3 changed files with 9 additions and 8 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue