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
regression-suites
Commits
2eaa2f9e
Commit
2eaa2f9e
authored
Nov 21, 2018
by
Tiago Jorge
Browse files
Update use comma as separator for FPGA configurations in IV.
parent
69d7fe7a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Demo_CoRAMBAD_Brave_GR740/DeploymentView.aadl
View file @
2eaa2f9e
...
...
@@ -74,6 +74,6 @@ PROPERTIES
Taste::coordinates => "0 0 297000 210000";
Taste::version => "2.0";
Taste::interfaceView => "InterfaceView.aadl";
Taste::HWLibraries => ("
../../..
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
Taste::HWLibraries => ("
/home/taste
/tool-inst/share/ocarina/AADLv2/ocarina_components.aadl");
END deploymentview::DV;
Demo_CoRAMBAD_Brave_GR740/InterfaceView.aadl
View file @
2eaa2f9e
...
...
@@ -114,6 +114,8 @@ FEATURES
outp : OUT PARAMETER DataView::MyInteger {
Taste::encoding => NATIVE;
};
PROPERTIES
Taste::Associated_Queue_Size => 1;
END PI_compute_something;
SUBPROGRAM IMPLEMENTATION PI_compute_something.others
...
...
@@ -126,6 +128,8 @@ FEATURES
PI_compute_something : PROVIDES SUBPROGRAM ACCESS interfaceview::IV::called::PI_compute_something.others {
Taste::coordinates => "157949 58425";
Taste::RCMoperationKind => protected;
Taste::RCMperiod => 0 ms;
Taste::Deadline => 0 ms;
Taste::InterfaceName => "compute_something";
};
PROPERTIES
...
...
@@ -155,6 +159,8 @@ FEATURES
outp : OUT PARAMETER DataView::MyInteger {
Taste::encoding => NATIVE;
};
PROPERTIES
Taste::Associated_Queue_Size => 1;
END PI_compute_something2;
SUBPROGRAM IMPLEMENTATION PI_compute_something2.others
...
...
@@ -167,6 +173,8 @@ FEATURES
PI_compute_something2 : PROVIDES SUBPROGRAM ACCESS interfaceview::IV::called2::PI_compute_something2.others {
Taste::coordinates => "143308 85038";
Taste::RCMoperationKind => protected;
Taste::RCMperiod => 0 ms;
Taste::Deadline => 0 ms;
Taste::InterfaceName => "compute_something2";
};
PROPERTIES
...
...
@@ -201,7 +209,7 @@ SUBCOMPONENTS
};
called : SYSTEM interfaceview::IV::called::called.others {
Taste::coordinates => "157949 53700 193223 78109";
TASTE_IV_Properties::FPGA_Configurations => "modeC
_
modeZ
_
modeB";
TASTE_IV_Properties::FPGA_Configurations => "modeC
,
modeZ
,
modeB";
};
called2 : SYSTEM interfaceview::IV::called2::called2.others {
Taste::coordinates => "114958 85038 153854 105352";
...
...
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