Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
regression-suites
Commits
92459358
Commit
92459358
authored
Mar 18, 2017
by
Thanassis Tsiodras
Browse files
Target x86.native, not x86.linux32
parent
9cc9f56e
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Demo_Ada/DataView.aadl
View file @
92459358
This diff is collapsed.
Click to expand it.
Demo_Ada/DeploymentView.aadl
View file @
92459358
...
...
@@ -49,14 +49,14 @@ SUBCOMPONENTS
Taste::coordinates => "849 755 2208 1562";
Deployment::Port_Number => 0;
};
x86_
linux32
: PROCESSOR ocarina_processors_x86::x86.
linux32
{
x86_
native
: PROCESSOR ocarina_processors_x86::x86.
native
{
Taste::coordinates => "679 524 2378 1677";
};
PROPERTIES
Taste::APLC_Binding => (reference (mypartition)) APPLIES TO IV_mygui;
Taste::APLC_Binding => (reference (mypartition)) APPLIES TO IV_router;
Taste::APLC_Binding => (reference (mypartition)) APPLIES TO IV_displayer;
Actual_Processor_Binding => (reference (x86_
linux32
)) APPLIES TO mypartition;
Actual_Processor_Binding => (reference (x86_
native
)) APPLIES TO mypartition;
END Node1.others;
SYSTEM deploymentview
...
...
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