diff options
Diffstat (limited to 'ecp5/arch.h')
-rw-r--r-- | ecp5/arch.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ecp5/arch.h b/ecp5/arch.h index 35c8df19..0a5de822 100644 --- a/ecp5/arch.h +++ b/ecp5/arch.h @@ -917,6 +917,9 @@ struct Arch : BaseCtx GlobalInfoPOD globalInfoAtLoc(Location loc); + // Apply LPF constraints to the context + bool applyLPF(std::string filename, std::istream &in); + IdString id_trellis_slice; IdString id_clk, id_lsr; IdString id_clkmux, id_lsrmux; |