aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/archdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'ecp5/archdefs.h')
-rw-r--r--ecp5/archdefs.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/ecp5/archdefs.h b/ecp5/archdefs.h
index 0f197345..d32e4a23 100644
--- a/ecp5/archdefs.h
+++ b/ecp5/archdefs.h
@@ -187,8 +187,14 @@ struct ArchCellInfo
// Which timing information to use for a DP16KD. Depends on registering
// configuration.
nextpnr_ecp5::IdString regmode_timing_id;
-
} ramInfo;
+ struct
+ {
+ bool is_in_a_registered;
+ bool is_in_b_registered;
+ bool is_output_registered;
+ nextpnr_ecp5::IdString timing_id;
+ } multInfo;
};
NEXTPNR_NAMESPACE_END