mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-08-22 14:17:29 +02:00
ice40: Trim DSP inputs that are constant where appropriate
Signed-off-by: David Shah <[email protected]>
This commit is contained in:
+6
-2
@@ -52,7 +52,11 @@ typedef IdString PipId;
|
||||
typedef IdString GroupId;
|
||||
typedef IdString DecalId;
|
||||
|
||||
struct ArchNetInfo { };
|
||||
struct ArchCellInfo { };
|
||||
struct ArchNetInfo
|
||||
{
|
||||
};
|
||||
struct ArchCellInfo
|
||||
{
|
||||
};
|
||||
|
||||
NEXTPNR_NAMESPACE_END
|
||||
|
||||
Reference in New Issue
Block a user