aboutsummaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-07-19 14:32:30 +0200
committerDavid Shah <davey1576@gmail.com>2018-07-19 14:32:30 +0200
commit79dc910b40b082c9d74d010557b7939fb18535fe (patch)
tree2c442484baa82bad58821887788485903a0f5e85 /generic
parentbff7d673eda60f1ff8a59fd49a9e57a9ba8fa393 (diff)
downloadnextpnr-79dc910b40b082c9d74d010557b7939fb18535fe.tar.gz
nextpnr-79dc910b40b082c9d74d010557b7939fb18535fe.tar.bz2
nextpnr-79dc910b40b082c9d74d010557b7939fb18535fe.zip
ice40: Trim DSP inputs that are constant where appropriate
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'generic')
-rw-r--r--generic/archdefs.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/generic/archdefs.h b/generic/archdefs.h
index f5999776..06d4ec6e 100644
--- a/generic/archdefs.h
+++ b/generic/archdefs.h
@@ -52,7 +52,11 @@ typedef IdString PipId;
typedef IdString GroupId;
typedef IdString DecalId;
-struct ArchNetInfo { };
-struct ArchCellInfo { };
+struct ArchNetInfo
+{
+};
+struct ArchCellInfo
+{
+};
NEXTPNR_NAMESPACE_END