aboutsummaryrefslogtreecommitdiffstats
path: root/common/timing.h
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-04-13 09:23:08 +0100
committergatecat <gatecat@ds0.me>2021-04-13 09:23:08 +0100
commitece10c3e0439ded0dfcfd2d0c50120f86a15c597 (patch)
tree6de14e20caf23542d7bcb91a7d3e8265a733fa61 /common/timing.h
parent5cd2a7f9c26dabbbf6e016d9b6108639d29a9417 (diff)
downloadnextpnr-ece10c3e0439ded0dfcfd2d0c50120f86a15c597.tar.gz
nextpnr-ece10c3e0439ded0dfcfd2d0c50120f86a15c597.tar.bz2
nextpnr-ece10c3e0439ded0dfcfd2d0c50120f86a15c597.zip
timing: Fix domain init when loops are present
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'common/timing.h')
-rw-r--r--common/timing.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/timing.h b/common/timing.h
index 63c0fc74..a8615e15 100644
--- a/common/timing.h
+++ b/common/timing.h
@@ -142,6 +142,8 @@ struct TimingAnalyser
bool setup_only = false;
bool verbose_mode = false;
+ bool have_loops = false;
+ bool updated_domains = false;
private:
void init_ports();