Skip to content

TairYerniyazov/TaskGraphGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Graph Generator

Generator aiming to build task graphs for embedded systems. It can also compute the maximum amount of time required to finish all tasks (by identifying the critical path).

Compiling the program (Linux):

$ g++ -std=c++14 GraphGenerator.cpp GraphAnalyser.cpp main.cpp -o TaskGenerator

Running the program:

$ ./TaskGenerator

Sneak peek of the CLI:

Choose an action:
  1. Generate a task graph (g)
  2. Compute time (t)
  3. Exit (e)

>>> g

Number of tasks: 300
Number of PPs: 3
Number of HCs: 4
Number of CLs: 3
Zero edges (y/else): y
Output file name: test_graph.dat

Generating a task graph...
The generated task graph has been successfully saved in test_graph.dat

About

Generator aiming to build task graphs for embedded systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published