diff options
Diffstat (limited to 'ecp5/arch.h')
-rw-r--r-- | ecp5/arch.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ecp5/arch.h b/ecp5/arch.h index cee071e7..e85d9c43 100644 --- a/ecp5/arch.h +++ b/ecp5/arch.h @@ -1044,6 +1044,10 @@ struct Arch : BaseCtx IdString id_clkmux, id_lsrmux; IdString id_srmode, id_mode; + // Special case for delay estimates due to its physical location + // being far from the logical location of its primitive + WireId gsrclk_wire; + mutable std::unordered_map<DelayKey, std::pair<bool, DelayInfo>> celldelay_cache; static const std::string defaultPlacer; |