Skip to content
Snippets Groups Projects
Commit 88d76aaf authored by Forget Julien's avatar Forget Julien
Browse files

Correction on parameter id.

parent 7a54468f
Branches
No related tags found
No related merge requests found
......@@ -136,8 +136,9 @@ To compute the non-parametric WCET:
(We plan to improve this part in future works).
Edit `example.ff` to write `0x40000001` instead of `??` for each loop
bound you want to turn parametric.
Edit `example.ff` to write `0x4000000N`, where N is the *parameter
identifier* instead of `??` for each loop bound you want to turn
parametric.
In `pwcet_instantiator.c`, procedure `param_valuation` relates parameter
identifiers to their values. In this example, the WCET is successively
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment