Tyler Bletsch (tkbletsc [AT] unity.ncsu.edu)
North Carolina State University
For CSC714, Prof. Mueller
1 November 2005
I am writing a schedulability analysis tool in Perl that supports EDF and DM scheduling policies, as well as the PIP and PCP priority schemes. This tool will allow one to search a problem space for feasible configurations.
This document reports the development status as compared to previously established milestones. Full project information is available at http://www4.ncsu.edu/~tkbletsc/714/project.html.
This milestone has been completed. This tool had been started but never completed during my earlier development for previous homework assignments and my own studying efforts.
This milestone has also been completed. Much of the work had already been done, as I developed a simple TDA tool for previous homework assignments and my own studying efforts.
This milestone appears to be completely straightforward, since the summation involved is a simple calculation.
This will be a major step, as the parser will have to be able to iterate all possible task states but not store these states in memory because of the potential combinatorial explosion.
This will be a straightforward but large undertaking. All the rules are well explained, but the transitive closure of resource utilization must be taken into account.
This simply consists in integrating the result of the previous milestone into the existing analysis, which doesn't appear too distressing.