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

ice40: Add support for LC placement constraints in packer

Signed-off-by: David Shah <davey1576@gmail.com>
This commit is contained in:
David Shah
2018-06-12 15:13:33 +02:00
parent a139654980
commit 6707b985b4
4 changed files with 82 additions and 11 deletions

View File

@@ -75,7 +75,7 @@ template <> struct hash<NEXTPNR_NAMESPACE_PREFIX IdString>
return std::hash<std::string>()(obj.data);
}
};
}
} // namespace std
NEXTPNR_NAMESPACE_BEGIN