diff options
author | David Shah <dave@ds0.me> | 2018-12-13 13:40:50 +0000 |
---|---|---|
committer | David Shah <dave@ds0.me> | 2019-02-25 11:49:25 +0000 |
commit | 998d055ea7f8bcc423d2aa2d75f5f27b6368666e (patch) | |
tree | ca0aab09320b1608fa45c233e8988f4f2d69ba1b /ecp5/archdefs.h | |
parent | e87fb696653262bea08caa100f0a5d4d31d2a310 (diff) | |
download | nextpnr-998d055ea7f8bcc423d2aa2d75f5f27b6368666e.tar.gz nextpnr-998d055ea7f8bcc423d2aa2d75f5f27b6368666e.tar.bz2 nextpnr-998d055ea7f8bcc423d2aa2d75f5f27b6368666e.zip |
ecp5: Speed up timing analysis
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'ecp5/archdefs.h')
-rw-r--r-- | ecp5/archdefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ecp5/archdefs.h b/ecp5/archdefs.h index bfc5769b..d7ea0a8e 100644 --- a/ecp5/archdefs.h +++ b/ecp5/archdefs.h @@ -159,7 +159,9 @@ struct ArchCellInfo { bool using_dff; bool has_l6mux; + bool is_carry; IdString clk_sig, lsr_sig, clkmux, lsrmux, srmode; + int sd0, sd1; } sliceInfo; }; |