diff options
Diffstat (limited to 'ecp5/archdefs.h')
-rw-r--r-- | ecp5/archdefs.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ecp5/archdefs.h b/ecp5/archdefs.h index d32e4a23..586c385f 100644 --- a/ecp5/archdefs.h +++ b/ecp5/archdefs.h @@ -190,9 +190,7 @@ struct ArchCellInfo } ramInfo; struct { - bool is_in_a_registered; - bool is_in_b_registered; - bool is_output_registered; + bool is_clocked; nextpnr_ecp5::IdString timing_id; } multInfo; }; |