Skip to content
Snippets Groups Projects
Commit ee7f4248 authored by Johannes Eder's avatar Johannes Eder
Browse files

removed warnings in allocation description

parent e8c0c1df
No related branches found
No related tags found
1 merge request!233951
allocations.html a49c5ff8a4c9c0f4b8b2ba48d72fb1fca2b6f645 RED
code_generation.html d05bdb6fb049422d08a450324f0563391e5e48e9 RED
partition_architecture.html a92e71ac333c972cba98660c43b9cb13528074f2 RED
platform_architecture.html 6ae6904d97a27563f82ccdf600ae46a51c7987ae RED
platform_architecture_generic.html 9ca2b2e4cde10b9f13fa2ef8f939983c24177965 RED
platform_architecture_hierarchical.html 3c410b1c8ee284b2080d03eb5d022cdee531257a RED
system_schedule.html 32075dfff0273a3ac5f4e0336136fbb0d1645914 RED
task_architecture.html fbce88173c788b20b1a7d97195f935f685c1d7e6 RED
technical_viewpoint.html 8e81d762643fe7b531f3e5b2ffee7960f2ace8bb RED
allocations.html 17424cec6afd2b4772f7e51f6955b8acf0d178b6 YELLOW
code_generation.html d05bdb6fb049422d08a450324f0563391e5e48e9 RED
partition_architecture.html a92e71ac333c972cba98660c43b9cb13528074f2 RED
platform_architecture.html 6ae6904d97a27563f82ccdf600ae46a51c7987ae RED
platform_architecture_generic.html 9ca2b2e4cde10b9f13fa2ef8f939983c24177965 RED
platform_architecture_hierarchical.html 3c410b1c8ee284b2080d03eb5d022cdee531257a RED
system_schedule.html 32075dfff0273a3ac5f4e0336136fbb0d1645914 RED
task_architecture.html fbce88173c788b20b1a7d97195f935f685c1d7e6 RED
technical_viewpoint.html 8e81d762643fe7b531f3e5b2ffee7960f2ace8bb RED
......@@ -16,7 +16,7 @@ The allocation model is used to define mappings between the following architectu
<li><a href="partition_architecture.html">Partition Architecture</a></li>
<li><a href="platform_architecture.html">Platform Architecture</a></li>
</ul>
</p>
<p>
In a modern HW/SW architecture, the mapping of software to the platform is performed in several
......@@ -49,7 +49,7 @@ in future releases.</li>
<li><i>Task-to-Partition</i>: Mapping of tasks to pace partitions / compartments.</li>
<li><i>Partition-to-Hardware</i>: Allocation of partitions to hardware resources.</li>
</ul>
</p>
<p>AutoFOCUS3 provides a generic editor to view and work with allocation tables. It can be opened
by double-clicking an allocation table in the model navigator. The editor allows to
......@@ -61,11 +61,11 @@ by one of the columns) is established by checking the respective checkbox. The e
the underlying type of the allocation (1:1, 1:n, n:1) by disabling the respective checkboxes.</p>
<p>Allocations may depend on each other, e.g., the ports of a component <i>C</i> can only be mapped
to the ports of task <i>T</i> if <i>C</i> is mapped to <T>. In order to simplify the mapping for
to the ports of task <i>T</i> if <i>C</i> is mapped to <i>T</i>. In order to simplify the mapping for
secondary entities such as ports, the generic allocation table editor allows to filter the view by
either a source or a target parent entities (see figure below).</p>
<img src="./pictures/Allocations.Ta2Ca.Map.Entities.png"</a>
<img src="./pictures/Allocations.Ta2Ca.Map.Entities.png"/>
</body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment