aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/archdefs.h
diff options
context:
space:
mode:
authorKeith Rothman <537074+litghost@users.noreply.github.com>2021-02-05 09:22:55 -0800
committerKeith Rothman <537074+litghost@users.noreply.github.com>2021-02-05 09:22:55 -0800
commit9557047e5ee6c89aca7816517d8b328d2a13b8b7 (patch)
treea7013fb351ff3841090af90cc671d691588e649b /fpga_interchange/archdefs.h
parentca32e935a6ba45fb14c82b7c8fe79fce49cdad87 (diff)
downloadnextpnr-9557047e5ee6c89aca7816517d8b328d2a13b8b7.tar.gz
nextpnr-9557047e5ee6c89aca7816517d8b328d2a13b8b7.tar.bz2
nextpnr-9557047e5ee6c89aca7816517d8b328d2a13b8b7.zip
Move all string data into BBA file.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
Diffstat (limited to 'fpga_interchange/archdefs.h')
-rw-r--r--fpga_interchange/archdefs.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/fpga_interchange/archdefs.h b/fpga_interchange/archdefs.h
index a95049bc..d6d0a3c7 100644
--- a/fpga_interchange/archdefs.h
+++ b/fpga_interchange/archdefs.h
@@ -51,24 +51,6 @@ struct DelayInfo
// -----------------------------------------------------------------------
-// https://bugreports.qt.io/browse/QTBUG-80789
-
-#ifndef Q_MOC_RUN
-
-enum ConstIds
-{
- ID_NONE
-#define X(t) , ID_##t
-#include "constids.inc"
-#undef X
-};
-
-#define X(t) static constexpr auto id_##t = IdString(ID_##t);
-#include "constids.inc"
-#undef X
-
-#endif
-
struct BelId
{
// Tile that contains this BEL.