diff options
author | David Shah <davey1576@gmail.com> | 2018-06-12 15:13:33 +0200 |
---|---|---|
committer | David Shah <davey1576@gmail.com> | 2018-06-12 15:13:50 +0200 |
commit | 6707b985b4b62cf201778735bb1fef3e12567ec9 (patch) | |
tree | 6f0df9f30ed2f395fb24a79e18b37c359d4cc68c /common | |
parent | a139654980b2d2560667b12c886de7518ec97c40 (diff) | |
download | nextpnr-6707b985b4b62cf201778735bb1fef3e12567ec9.tar.gz nextpnr-6707b985b4b62cf201778735bb1fef3e12567ec9.tar.bz2 nextpnr-6707b985b4b62cf201778735bb1fef3e12567ec9.zip |
ice40: Add support for LC placement constraints in packer
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/nextpnr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/nextpnr.h b/common/nextpnr.h index bc92719f..b25750eb 100644 --- a/common/nextpnr.h +++ b/common/nextpnr.h @@ -75,7 +75,7 @@ template <> struct hash<NEXTPNR_NAMESPACE_PREFIX IdString> return std::hash<std::string>()(obj.data); } }; -} +} // namespace std NEXTPNR_NAMESPACE_BEGIN |