diff options
Diffstat (limited to 'common/design.h')
-rw-r--r-- | common/design.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/design.h b/common/design.h index 1b45895e..edf7dba1 100644 --- a/common/design.h +++ b/common/design.h @@ -52,7 +52,7 @@ struct NetInfo dict<IdString, std::string> attrs; // wire -> (uphill_wire, delay) - dict<WireId, std::pair<WireId, float>> wires; + dict<WireId, std::pair<WireId, DelayInfo>> wires; }; enum PortType |