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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user