diff options
Diffstat (limited to 'ecp5/archdefs.h')
-rw-r--r-- | ecp5/archdefs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ecp5/archdefs.h b/ecp5/archdefs.h index d7ea0a8e..da12eeaa 100644 --- a/ecp5/archdefs.h +++ b/ecp5/archdefs.h @@ -163,6 +163,10 @@ struct ArchCellInfo IdString clk_sig, lsr_sig, clkmux, lsrmux, srmode; int sd0, sd1; } sliceInfo; + struct + { + bool is_pdp; + } ramInfo; }; NEXTPNR_NAMESPACE_END |