aboutsummaryrefslogtreecommitdiffstats
path: root/config/config.example.py
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2012-09-29 17:38:06 -0400
committerJonathan Herman <hermanjl@cs.unc.edu>2012-09-29 17:38:06 -0400
commitc6adbabd0bf897a1e750fe07bf068e285dd82108 (patch)
tree440b94beaa285f8c21dc1d9407e9c676a99c1a95 /config/config.example.py
parent2844e3887b4ff635dfa85e9b2ec773b06fe9af4f (diff)
Bug fixes for mixed-criticality task systems.
Diffstat (limited to 'config/config.example.py')
-rw-r--r--config/config.example.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.example.py b/config/config.example.py
index 785977b..06f06b6 100644
--- a/config/config.example.py
+++ b/config/config.example.py
@@ -44,7 +44,7 @@ SCHED_EVENTS = range(501, 513)
44BASE_EVENTS = ['SCHED', 'RELEASE', 'SCHED2', 'TICK', 'CXS'] 44BASE_EVENTS = ['SCHED', 'RELEASE', 'SCHED2', 'TICK', 'CXS']
45 45
46# Expand for mixed-crit 46# Expand for mixed-crit
47# CRIT_EVENTS = ['LVL{}_SCHED', 'LEVEL{}_RELEASE'] 47# CRIT_EVENTS = ['LVL{}_SCHED', 'LVL{}_RELEASE']
48# CRIT_LEVELS = ['A', 'B', 'C'] 48# CRIT_LEVELS = ['A', 'B', 'C']
49# BASE_EVENTS += [s.format(l) for (l,s) in 49# BASE_EVENTS += [s.format(l) for (l,s) in
50# itertools.product(CRIT_LEVELS, CRIT_EVENTS)] 50# itertools.product(CRIT_LEVELS, CRIT_EVENTS)]