aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/arch.h
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2018-10-31 10:48:54 +0000
committerDavid Shah <dave@ds0.me>2018-10-31 10:48:54 +0000
commitdb0646be8ac646fc678b967b1bc656e721aa5f0e (patch)
tree8c008858c5fe14a25bf16a6c0b9e42b07fda0f3e /ecp5/arch.h
parentaf9ed378b49b19abcc2a8e4aa8877f5f1f0e0984 (diff)
downloadnextpnr-db0646be8ac646fc678b967b1bc656e721aa5f0e.tar.gz
nextpnr-db0646be8ac646fc678b967b1bc656e721aa5f0e.tar.bz2
nextpnr-db0646be8ac646fc678b967b1bc656e721aa5f0e.zip
ecp5: Adding LPF parser
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'ecp5/arch.h')
-rw-r--r--ecp5/arch.h3
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;