mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 06:07:26 +02:00
Make TimingInfo::TimingInfo(SigBit) constructor explicit
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user