mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 17:15:33 +00:00
Fixes for older compilers
This commit is contained in:
parent
a179d918ec
commit
78929e8c3d
2 changed files with 9 additions and 2 deletions
|
@ -680,7 +680,7 @@ void prep_box(RTLIL::Design *design, bool dff_mode)
|
|||
first = false;
|
||||
else
|
||||
ss << " ";
|
||||
auto jt = t.find(std::make_pair(TimingInfo::NameBit(i),TimingInfo::NameBit(o)));
|
||||
auto jt = t.find(TimingInfo::BitBit(i,o));
|
||||
if (jt == t.end())
|
||||
ss << "-";
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue