1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-05-01 14:05:55 +00:00

Add DelayInfo struct

Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
Clifford Wolf
2018-05-29 20:04:29 +02:00
parent d56e29c47e
commit 3b0d1beabb
3 changed files with 20 additions and 4 deletions

View File

@@ -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