Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cheddar backend: bug in naming conventions and mapping of resources #11

Closed
gbrau opened this issue Apr 18, 2013 · 1 comment
Closed
Assignees
Labels

Comments

@gbrau
Copy link

gbrau commented Apr 18, 2013

Two issues:

1/ In the pathfinder_system example (AADLib), in the xml file, a task (for example prs_PSC.data_distribution from aadl model) becomes prs_psc_data_distribution while the shared data (data_rw) is accessed by the (same) task <resource_user>data_distribution 1 1</resource_user>. Consequently, the same task in the AADL model has two different names in the cheddar configuration file.

2/ Plus, the resource is occupied by the task for 1 ms, while the case study said that any task gets the needed resource during it full execution time. Maybe it is possible to precise this last point through the aadl model (but it is not the case in the example).

yoogx added a commit that referenced this issue Apr 18, 2013
        Use thread Compute_Execution_Time property to indicate how
        long a resource is used.

        Fixes issue #11
@yoogx
Copy link
Contributor

yoogx commented Apr 18, 2013

Bug solved

@yoogx yoogx closed this as completed Apr 18, 2013
@yoogx yoogx self-assigned this Feb 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants