diff options
Diffstat (limited to 'ice40/arch.h')
-rw-r--r-- | ice40/arch.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ice40/arch.h b/ice40/arch.h index 0fdacfde..290bc9d3 100644 --- a/ice40/arch.h +++ b/ice40/arch.h @@ -279,8 +279,12 @@ template <> struct hash<NEXTPNR_NAMESPACE_PREFIX PipId> } }; -template <> struct hash<NEXTPNR_NAMESPACE_PREFIX BelType> : hash<int> {}; -template <> struct hash<NEXTPNR_NAMESPACE_PREFIX PortPin> : hash<int> {}; +template <> struct hash<NEXTPNR_NAMESPACE_PREFIX BelType> : hash<int> +{ +}; +template <> struct hash<NEXTPNR_NAMESPACE_PREFIX PortPin> : hash<int> +{ +}; } // namespace std NEXTPNR_NAMESPACE_BEGIN |