Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
taste-setup
Commits
a18bc273
Commit
a18bc273
authored
Mar 08, 2021
by
Maxime Perrotin
Browse files
Add AIR platform to ocarina_components.aadl
parent
52be4b77
Pipeline
#3334
passed with stage
in 37 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
misc/aadl-library/ocarina_components.aadl
View file @
a18bc273
...
...
@@ -2426,6 +2426,20 @@ end n2x_core;
virtual
processor
implementation
n2x_core
.
generic
end
n2x_core
.
generic
;
virtual
processor
leon3_core
end
leon3_core
;
virtual
processor
implementation
leon3_core
.
generic
end
leon3_core
.
generic
;
processor
implementation
leon3
.
AIR
subcomponents
Core_1
:
virtual
processor
leon3_core
.
generic
{
Processor_Properties
::
Core_Id
=>
0
;};
Core_2
:
virtual
processor
leon3_core
.
generic
{
Processor_Properties
::
Core_Id
=>
1
;};
properties
Deployment
::
Execution_Platform
=>
AIR
;
end
leon3
.
AIR
;
processor
implementation
n2x
.
rtems51_posix
subcomponents
Core_1
:
virtual
processor
n2x_core
.
generic
{
Processor_Properties
::
Core_Id
=>
0
;};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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