ice40: Trim DSP inputs that are constant where appropriate

Signed-off-by: David Shah <[email protected]>
This commit is contained in:
David Shah
2018-07-19 14:32:30 +02:00
parent bff7d673ed
commit 79dc910b40
2 changed files with 10 additions and 2 deletions
+6 -2
View File
@@ -52,7 +52,11 @@ typedef IdString PipId;
typedef IdString GroupId;
typedef IdString DecalId;
struct ArchNetInfo { };
struct ArchCellInfo { };
struct ArchNetInfo
{
};
struct ArchCellInfo
{
};
NEXTPNR_NAMESPACE_END