Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Ocarina
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TASTE
Ocarina
Commits
17a091ce
Commit
17a091ce
authored
Jul 14, 2015
by
yoogx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Remove ARINC653 properties
parent
cf13e40f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
resources/AADLv2/components/processors/leon.aadl
resources/AADLv2/components/processors/leon.aadl
+4
-5
No files found.
resources/AADLv2/components/processors/leon.aadl
View file @
17a091ce
...
...
@@ -3,7 +3,6 @@ package ocarina_processors_leon
public
with
Deployment
;
with
ARINC653
;
with
Cheddar_Properties
;
processor
leon
...
...
@@ -58,10 +57,10 @@ subcomponents
{
Deployment
::
Execution_Platform
=>
LEON3_XM3
;};
part2
:
virtual
processor
xtratum_partition
.
generic
{
Deployment
::
Execution_Platform
=>
LEON3_XM3
;};
properties
ARINC653
::
Partition_Slots
=>
(
500
ms
,
500
ms
);
ARINC653
::
Slots_Allocation
=>
(
reference
(
part1
),
reference
(
part2
));
ARINC653
::
Module_Major_Frame
=>
1000
ms
;
--
properties
--
ARINC653
::
Partition_Slots
=>
(
500
ms
,
500
ms
);
--
ARINC653
::
Slots_Allocation
=>
(
reference
(
part1
),
reference
(
part2
));
--
ARINC653
::
Module_Major_Frame
=>
1000
ms
;
end
leon3
.
xtratum_2partitions
;
end
ocarina_processors_leon
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment