Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
17a091ce
Commit
17a091ce
authored
Jul 14, 2015
by
yoogx
Browse files
* Remove ARINC653 properties
parent
cf13e40f
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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