Tree [870128]
master
/
History
Read Me
Simple Hard Real-Time scheduling simulator.
(c) 2015 SUZUKI TakaHAL ( pragma666@gmail.com )
http://d.hatena.ne.jp/pragma666/
usage :
$ awk -f sched.awk task_set.txt | awk -f show.awk
option :
-v edf=1 ... EDF scheduling. Default is RM
-v lim=n ... repeat until n period. Default is 36
example of task_set.txt :
t1 = { 1, 5 }
t2 = { 2, 8 }
t3 = { 2, 10 }
t4 = { 1, 12 }
(*) Note that space is mandatory.
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.