Subversion Repositories shark

Rev

Blame | Last modification | View Log | RSS feed

This is the configuration file for the CRUNCH program.

Any character that is not a number (zero...nine) will be skipped.

You should write a line for every task you want to create.

The file MUST be ordered by time and then by task type.

The lines are formed by seven numbers that represent, in order:

- the time at which the task should be created (in microseconds)
- the type of the task. Zero means a hard task, one means a value task
- the relative deadline of the task (in microseconds)
- the worst case execution time of the task (in microseconds)
- the number of iterations done by the dummy cycle
- the value of the task (between zero and one hundred)
- the penalty of the task (between zero and one hundred)

If you want to create more than one task at the same time, remember that
hard task should come in the file BEFORE value tasks.

If the task is a value task and there are more than one task created at
the same time, a group activation is performed.

--------------------------------------------------------------------------

The first line contains the number of tasks to be created.

--------------------------------------------------------------------------

Number of tasks: 6

time      hard/value  dline      wcet    iterations   value    penalty
1000000     0          50000     2000          200      0         0

1300000     0          50000     2000          200      0         0
1300000     1         100000     5000         2000000    1         10
1300000     1         100000     5000         3000      2         20
3000000     1         100000     5000         3000      4         40
5000000     0         100000     5000         3000      0         0