clean up the new schedule definitions
This patch cleans up the new schedule definitions as follows:
- Consistently use JobType rather than eqType directly.
- Fix the comments style.
I made this a merge request (rather than a straight push to master) in case this conflicts with pending changes in Grenoble. Unless there are objections, I'll merge this shortly.
Merge request reports
Activity
added 1 commit
- 03863f8f - simplify structure of behavior, move arrival_sequence and schedule to...
Disclaimer : I was trying to create a separate merge request for additional changes to the structure of behavior and accidentally pushed to the same branch, if that is not ok I can try to revert.
This commit implements the following:
- move sequential.v and task.v to model
- move arrival_sequence.v and schedule.v to the root of behavior
- moved JobArrival to job.v from arrival_sequence.v
These changes follow from discussions with @sophie regarding the organization of behavior.
I am wondering if behavior is the right place for the facts files, could we move them to analysis and keep behavior as a definition only directory?
Since these changes touch the foundations of the restructuring it would be nice to merge them quickly if everyone is ok since we will base our ongoing work on this structure.
mentioned in merge request !28 (merged)
mentioned in merge request !30 (closed)