mirror of https://github.com/YosysHQ/nextpnr.git
timing: lower clock_delay_fact to 1 to check if CI passes
This commit is contained in:
parent
25d64b2105
commit
0fce4b8f4e
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue