-
Saad bin Abid authored
Issue-Ref: 4007 Issue-Url: https://af3-developer.fortiss.org/issues/4007 Signed-off-by:
Saad bin Abid <abid@fortiss.org>
Saad bin Abid authoredIssue-Ref: 4007 Issue-Url: https://af3-developer.fortiss.org/issues/4007 Signed-off-by:
Saad bin Abid <abid@fortiss.org>
platform_architecture.html 3.58 KiB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- Documentation of Defining a Platform Architecture. -->
<html>
<head>
<link rel="stylesheet" type="text/css" href="../layout/stylesheet.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Defining a platform architecture using AutoFOCUS3 (AF3)</title>
</head>
<body>
<div class="header">
<div class="box">
<div class="navbar">
<!--a href="https://www.fortiss.org/" align="left">
<img src="fortiss-logo.png" width="90px" height="20px" align="left">
</a-->
<div class="dropdown">
<button class="btn" id="hamburger">
<label for="hamburger" class="hamburger">
<span class="hamburgerLine"></span>
<span class="hamburgerLine"></span>
<span class="hamburgerLine"></span>
</label>
</button>
<div class="dropdown-content">
<a href="../getting_started.html"> Main Page</a>
<a href="../ModandSim/model_element_attributes.html">Modeling and Simulation</a>
<a href="../ta/technical_viewpoint.html">Deployment and Code Generation</a>
<a href="../dse/dse_perspective.html">Design Space Exploration (DSE)</a>
<a href="../assuranceCases/creation.html">Assurance Case Modeling</a>
<a href="#">Further Resources</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Deployment and Code Generation <i class="triangle"></i></button>
<div class="dropdown-content">
<a href="technical_viewpoint.html">Technical Architecture Modeling</a>
<a href="task_architecture.html">Task Architecture</a>
<a href="partition_architecture.html">Partition Architecture</a>
<a href="allocations.html">Deployments / Allocations</a>
<a href="code_generation.html">Code Generation</a>
</div>
</div>
<div class="topnav-right">
<a href="mailto:af_user@lists.fortiss.org?subject=Reporting 'platform_architecture.html' Documentation Problem!&body= Dear Af3 team, I am reporting an issue related to 'Deployment and Code Generation'.
{Please specify the problem precisely here.}.">Report a Problem?</a>
</div>
</div>
</head>
</div>
</div>
<div class="box">
<button onclick="topFunction()" id="upBtn" title="Go to top">Top</button>
<h2>Defining a Platform Architecture</h2>
<p>AutoFOCUS supports to model the architecture and the resources of hardware platforms.
If your project has no <i>Platform Architecture</i> root element yet, please add it in
the context menu of your project.</p>
<img src="./pictures/Platform.Add.png">
<p>You can add elements to your <i>Platform Architecture</i> by dragging them from the <i>Model Elements</i>
View into your <i>Platform Architecture</i>.</p>
<img src="./pictures/Platform.Elements.png">
<p>AutoFOCUS 3 comes with the following platform architectures.
<ul>
<li><i><a href="platform_architecture_generic.html">Generic platform architecture</a></i>: A flat
model of the system's hardware platform, consisting of a network of electronic control units (ECUs)
that are connected by means of transmission units (abstracting busses or networks).</li>
<li><i><a href="platform_architecture_hierarchical.html">Hierarchical platform architecture</a></i>:
A generic model to describe networked multicore architectures
in terms of their execution units (e.g., ECUs processors, cores), topology, memories, and I/O ports.</li>
<li><i><a href="platform_architecture_raspberrypi.html">RaspberryPi platform architecture</a></i>: A model representing RaspberryPi execution units
that can be connected through a common CAN bus.</li>
</ul>
</p>
</div>
<script src="../layout/jsscript/topBtn.js">
</script>
</body>
</html>