1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-17 08:41:38 +00:00

timing: lower clock_delay_fact to 1 to check if CI passes

This commit is contained in:
Rowan Goemans
2024-09-19 17:24:36 +02:00
committed by myrtle
parent 25d64b2105
commit 0fce4b8f4e

View File

@@ -102,7 +102,7 @@ struct TimingAnalyser
bool with_clock_skew = false;
// REMOVE ME once approved
delay_t clock_delay_fac = 100;
delay_t clock_delay_fac = 1;
bool setup_only = false;
bool have_loops = false;