diff options
author | gatecat <gatecat@ds0.me> | 2021-05-15 14:51:12 +0100 |
---|---|---|
committer | gatecat <gatecat@ds0.me> | 2021-05-15 14:54:33 +0100 |
commit | 3bb94192d54bfcdbcd58dacd298aa6ff6d9b2bd2 (patch) | |
tree | f99379bfe78a5ec7ab0699f0df8a0e0b059094d0 /mistral/archdefs.h | |
parent | b1e1492dac21f2c790540290e61fdd593126f50c (diff) | |
download | nextpnr-3bb94192d54bfcdbcd58dacd298aa6ff6d9b2bd2.tar.gz nextpnr-3bb94192d54bfcdbcd58dacd298aa6ff6d9b2bd2.tar.bz2 nextpnr-3bb94192d54bfcdbcd58dacd298aa6ff6d9b2bd2.zip |
mistral: Tidying up
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'mistral/archdefs.h')
-rw-r--r-- | mistral/archdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mistral/archdefs.h b/mistral/archdefs.h index 181bc618..5fd02ad5 100644 --- a/mistral/archdefs.h +++ b/mistral/archdefs.h @@ -233,4 +233,4 @@ template <> struct hash<NEXTPNR_NAMESPACE_PREFIX PipId> } // namespace std -#endif
\ No newline at end of file +#endif |