Skip to content
Snippets Groups Projects
Forked from RT-PROOFS / PROSA - Formally Proven Schedulability Analysis
Source project has a limited visibility.
  • Björn Brandenburg's avatar
    064a1c75
    re-organization of the analysis module, part 1 · 064a1c75
    Björn Brandenburg authored
    This is not yet the final organization, but already an improvement.
    
    Move main high-level results to separate top-level `results` module.
    Rationale: Let's make it very clear where to find the main, high-level
    results in Prosa, and at the same time let's declutter the analysis
    namespace.
    
    Other notable change, apart from moving files around:
    
    - move two key analysis definitions to analysis.definitions
    - split RBF definition and facts into separate files
    - move facts about ideal schedule to ideal_schedule.v
    064a1c75
    History
    re-organization of the analysis module, part 1
    Björn Brandenburg authored
    This is not yet the final organization, but already an improvement.
    
    Move main high-level results to separate top-level `results` module.
    Rationale: Let's make it very clear where to find the main, high-level
    results in Prosa, and at the same time let's declutter the analysis
    namespace.
    
    Other notable change, apart from moving files around:
    
    - move two key analysis definitions to analysis.definitions
    - split RBF definition and facts into separate files
    - move facts about ideal schedule to ideal_schedule.v