diff options
Diffstat (limited to 'gen/edf_generators.py')
-rw-r--r-- | gen/edf_generators.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gen/edf_generators.py b/gen/edf_generators.py index bd32f47..1dbda11 100644 --- a/gen/edf_generators.py +++ b/gen/edf_generators.py | |||
@@ -271,7 +271,7 @@ class CflSplitPgmGenerator(EdfPgmGenerator): | |||
271 | # compute split factor | 271 | # compute split factor |
272 | working_ts = ts | 272 | working_ts = ts |
273 | partitions = get_partitions(working_ts, dp.nr_clusters, cluster_sz) | 273 | partitions = get_partitions(working_ts, dp.nr_clusters, cluster_sz) |
274 | do_splits = dp.job_splitting == 'True' | 274 | do_splits = dp.job_splitting |
275 | is_srt_sched = split.compute_splits_nolock(overheads, False, working_ts, partitions, bypass_split = not do_splits) | 275 | is_srt_sched = split.compute_splits_nolock(overheads, False, working_ts, partitions, bypass_split = not do_splits) |
276 | 276 | ||
277 | return True, working_ts | 277 | return True, working_ts |