Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • B-ASIC - Better ASIC Toolbox B-ASIC - Better ASIC Toolbox
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 73
    • Issues 73
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Computer EngineeringComputer Engineering
  • B-ASIC - Better ASIC ToolboxB-ASIC - Better ASIC Toolbox
  • Issues
  • #30
Closed
Open
Issue created Feb 19, 2020 by Jacob Wahlman@jacwa448👌Contributor

Generate Schedule

Description of issue:

Given a valid SFG, then a schedule should be generated that describes at what point of time when the operations are executed. Every operation in the schedule should have a start time and loop X amount of times. The program be able to change the end times of the schedule.

Linked Requirements:

( 52, 62, 63, 64 )

Potential Issues:

None

Blockers:

( #24 (closed) )

Issue Requirements:
  1. A schedule of operations should be generated with the timings of operations.
  2. The schedule should list the operations in the correct order.
  3. Every operation in the schedule should have a start time.
  4. Every operation in the schedule should be able to loop X amount of times.
  5. The program should be able to check so that no end times are overlapping.
Comment:

None

Edited Feb 19, 2020 by Jacob Wahlman
Assignee
Assign to
Time tracking