aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/archdefs.h
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2020-05-01 08:17:52 +0100
committerDavid Shah <dave@ds0.me>2020-05-01 08:17:52 +0100
commit0faf07aac851692c523ea7824d6882245898c6e8 (patch)
tree771ddfa0f36e910c72b92d870ec639d9b0f9820f /ecp5/archdefs.h
parent5c6b2cbafef7435bd697cedf30436bf16e70dc15 (diff)
parent84327b634c09b67ef965e3056dd29a7ee4169039 (diff)
downloadnextpnr-0faf07aac851692c523ea7824d6882245898c6e8.tar.gz
nextpnr-0faf07aac851692c523ea7824d6882245898c6e8.tar.bz2
nextpnr-0faf07aac851692c523ea7824d6882245898c6e8.zip
Merge branch 'rschlaikjer-rschlaikjer-mult18x18-register-timings'
Diffstat (limited to 'ecp5/archdefs.h')
-rw-r--r--ecp5/archdefs.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/ecp5/archdefs.h b/ecp5/archdefs.h
index 0f197345..586c385f 100644
--- a/ecp5/archdefs.h
+++ b/ecp5/archdefs.h
@@ -187,8 +187,12 @@ struct ArchCellInfo
// Which timing information to use for a DP16KD. Depends on registering
// configuration.
nextpnr_ecp5::IdString regmode_timing_id;
-
} ramInfo;
+ struct
+ {
+ bool is_clocked;
+ nextpnr_ecp5::IdString timing_id;
+ } multInfo;
};
NEXTPNR_NAMESPACE_END