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
E
ellidiss-release
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
10
Issues
10
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TASTE
ellidiss-release
Commits
e8da51d3
Commit
e8da51d3
authored
Jul 24, 2018
by
Jerome Legrand
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://gitrepos.estec.esa.int/taste/ellidiss-release
parents
8f795d49
b7e525e0
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
80 additions
and
10 deletions
+80
-10
.gitignore
.gitignore
+2
-0
TASTE-linux/config/TASTE_IV_Properties.aadl
TASTE-linux/config/TASTE_IV_Properties.aadl
+1
-0
TASTE-linux/config/TasteConfig.ini
TASTE-linux/config/TasteConfig.ini
+2
-0
TASTE-linux/config/defaults/TASTE_DV_Properties.aadl
TASTE-linux/config/defaults/TASTE_DV_Properties.aadl
+15
-0
TASTE-linux/config/defaults/TASTE_IV_Properties.aadl
TASTE-linux/config/defaults/TASTE_IV_Properties.aadl
+16
-0
TASTE-linux/config/externalTools/concurrencyview.tcl
TASTE-linux/config/externalTools/concurrencyview.tcl
+5
-5
TASTE-linux64/config/TASTE_IV_Properties.aadl
TASTE-linux64/config/TASTE_IV_Properties.aadl
+1
-0
TASTE-linux64/config/TasteConfig.ini
TASTE-linux64/config/TasteConfig.ini
+2
-0
TASTE-linux64/config/defaults/TASTE_DV_Properties.aadl
TASTE-linux64/config/defaults/TASTE_DV_Properties.aadl
+15
-0
TASTE-linux64/config/defaults/TASTE_IV_Properties.aadl
TASTE-linux64/config/defaults/TASTE_IV_Properties.aadl
+16
-0
TASTE-linux64/config/externalTools/concurrencyview.tcl
TASTE-linux64/config/externalTools/concurrencyview.tcl
+5
-5
No files found.
.gitignore
View file @
e8da51d3
tmp
tmp
TASTE-linux64/config/TASTE_DV_Properties.aadl
TASTE-linux64/config/TASTE_IV_Properties.aadl
TASTE-linux/config/TASTE_IV_Properties.aadl
View file @
e8da51d3
...
@@ -12,5 +12,6 @@ property set TASTE_IV_Properties is
...
@@ -12,5 +12,6 @@ property set TASTE_IV_Properties is
MSCFiles : aadlstring applies to (Subprogram);
MSCFiles : aadlstring applies to (Subprogram);
is_Component_Type : aadlboolean applies to (System);
is_Component_Type : aadlboolean applies to (System);
is_instance_of : aadlstring applies to (System);
is_instance_of : aadlstring applies to (System);
FPGA_Modes : aadlstring applies to (System);
-- MSCFiles : list of aadlstring applies to (Subprogram);
-- MSCFiles : list of aadlstring applies to (Subprogram);
end TASTE_IV_Properties;
end TASTE_IV_Properties;
TASTE-linux/config/TasteConfig.ini
View file @
e8da51d3
...
@@ -80,6 +80,7 @@ namespace eval TasteConfig {
...
@@ -80,6 +80,7 @@ namespace eval TasteConfig {
"displayConnectionLabel"
"false"
\
"displayConnectionLabel"
"false"
\
"zoomDepth"
"2"
\
"zoomDepth"
"2"
\
"svgComponentDepth"
"2"
\
"svgComponentDepth"
"2"
\
"svgBBox"
{0
0
2970
2100}
]
\
}
}
variable
DVObjectsConfig
{
\
variable
DVObjectsConfig
{
\
...
@@ -123,5 +124,6 @@ namespace eval TasteConfig {
...
@@ -123,5 +124,6 @@ namespace eval TasteConfig {
"displayConnectionLabel"
"false"
\
"displayConnectionLabel"
"false"
\
"zoomDepth"
"4"
\
"zoomDepth"
"4"
\
"svgComponentDepth"
"3"
\
"svgComponentDepth"
"3"
\
"svgBBox"
{0
0
2970
2100}
]
\
}
}
}
}
TASTE-linux/config/defaults/TASTE_DV_Properties.aadl
0 → 100755
View file @
e8da51d3
-- mapping TASTE : AADL
-- Node : System
-- Processor : Processor
-- Process : Function
-- Bus : Bus
-- Device : Device
-- Driver : Driver
property set TASTE_DV_Properties is
-- MyBoolean: aadlboolean applies to (System, Processor, Process);
CoverageEnabled: aadlboolean applies to (Process);
Comment: aadlstring applies to (Device, Bus);
-- MyInt: aadlinteger applies to (System);
-- MyReal: aadlreal applies to (Bus);
-- MyEnum: enumeration (val1, val2, val3, val4) applies to (Device);
end TASTE_DV_Properties;
TASTE-linux/config/defaults/TASTE_IV_Properties.aadl
0 → 100755
View file @
e8da51d3
-- mapping TASTE : AADL
-- Container : Package
-- Function : System
-- Interface : Subprogram
property set TASTE_IV_Properties is
-- MyBoolean: aadlboolean applies to (System, Package);
-- MyString: aadlstring applies to (System, Subprogram);
Version: aadlstring applies to (System);
-- MyInt: aadlinteger applies to (System);
-- MyReal: aadlreal applies to (System);
-- MyEnum: enumeration (val1, val2, val3, val4) applies to (System);
MSCFiles : aadlstring applies to (Subprogram);
is_Component_Type : aadlboolean applies to (System);
is_instance_of : aadlstring applies to (System);
-- MSCFiles : list of aadlstring applies to (Subprogram);
end TASTE_IV_Properties;
TASTE-linux/config/externalTools/concurrencyview.tcl
View file @
e8da51d3
...
@@ -35,11 +35,11 @@ namespace eval concurrencyview {
...
@@ -35,11 +35,11 @@ namespace eval concurrencyview {
lset res 1
[
concat
[
list
"Deployment view is inconsistent"
]
[
lindex $res 1
]
]
lset res 1
[
concat
[
list
"Deployment view is inconsistent"
]
[
lindex $res 1
]
]
return $res
return $res
}
else
{
}
else
{
Context::setAttribute
"concurrencyview"
state
"normal"
Context::setAttribute
"concurrencyview"
state
"normal"
if
{
[
string match win32*64
[
::platform::identify
]]
||
[
string match win32*
[
::platform::identify
]]
}
{
if
{
[
string match win32*64
[
::platform::identify
]]
||
[
string match win32*
[
::platform::identify
]]
}
{
return
[
concurrencyviewWindows_internal
]
return
[
concurrencyviewWindows_internal
]
}
else
{
}
else
{
return
[
concurrencyview_internal
]
return
[
concurrencyview_internal
]
}
}
}
}
}
}
...
...
TASTE-linux64/config/TASTE_IV_Properties.aadl
View file @
e8da51d3
...
@@ -12,5 +12,6 @@ property set TASTE_IV_Properties is
...
@@ -12,5 +12,6 @@ property set TASTE_IV_Properties is
MSCFiles : aadlstring applies to (Subprogram);
MSCFiles : aadlstring applies to (Subprogram);
is_Component_Type : aadlboolean applies to (System);
is_Component_Type : aadlboolean applies to (System);
is_instance_of : aadlstring applies to (System);
is_instance_of : aadlstring applies to (System);
FPGA_Modes : aadlstring applies to (System);
-- MSCFiles : list of aadlstring applies to (Subprogram);
-- MSCFiles : list of aadlstring applies to (Subprogram);
end TASTE_IV_Properties;
end TASTE_IV_Properties;
TASTE-linux64/config/TasteConfig.ini
View file @
e8da51d3
...
@@ -80,6 +80,7 @@ namespace eval TasteConfig {
...
@@ -80,6 +80,7 @@ namespace eval TasteConfig {
"displayConnectionLabel"
"false"
\
"displayConnectionLabel"
"false"
\
"zoomDepth"
"2"
\
"zoomDepth"
"2"
\
"svgComponentDepth"
"2"
\
"svgComponentDepth"
"2"
\
"svgBBox"
{0
0
2970
2100}
]
\
}
}
variable
DVObjectsConfig
{
\
variable
DVObjectsConfig
{
\
...
@@ -123,5 +124,6 @@ namespace eval TasteConfig {
...
@@ -123,5 +124,6 @@ namespace eval TasteConfig {
"displayConnectionLabel"
"false"
\
"displayConnectionLabel"
"false"
\
"zoomDepth"
"4"
\
"zoomDepth"
"4"
\
"svgComponentDepth"
"3"
\
"svgComponentDepth"
"3"
\
"svgBBox"
{0
0
2970
2100}
]
\
}
}
}
}
TASTE-linux64/config/defaults/TASTE_DV_Properties.aadl
0 → 100644
View file @
e8da51d3
-- mapping TASTE : AADL
-- Node : System
-- Processor : Processor
-- Process : Function
-- Bus : Bus
-- Device : Device
-- Driver : Driver
property set TASTE_DV_Properties is
-- MyBoolean: aadlboolean applies to (System, Processor, Process);
CoverageEnabled: aadlboolean applies to (Process);
Comment: aadlstring applies to (Device, Bus);
-- MyInt: aadlinteger applies to (System);
-- MyReal: aadlreal applies to (Bus);
-- MyEnum: enumeration (val1, val2, val3, val4) applies to (Device);
end TASTE_DV_Properties;
TASTE-linux64/config/defaults/TASTE_IV_Properties.aadl
0 → 100644
View file @
e8da51d3
-- mapping TASTE : AADL
-- Container : Package
-- Function : System
-- Interface : Subprogram
property set TASTE_IV_Properties is
-- MyBoolean: aadlboolean applies to (System, Package);
-- MyString: aadlstring applies to (System, Subprogram);
Version: aadlstring applies to (System);
-- MyInt: aadlinteger applies to (System);
-- MyReal: aadlreal applies to (System);
-- MyEnum: enumeration (val1, val2, val3, val4) applies to (System);
MSCFiles : aadlstring applies to (Subprogram);
is_Component_Type : aadlboolean applies to (System);
is_instance_of : aadlstring applies to (System);
-- MSCFiles : list of aadlstring applies to (Subprogram);
end TASTE_IV_Properties;
TASTE-linux64/config/externalTools/concurrencyview.tcl
View file @
e8da51d3
...
@@ -35,11 +35,11 @@ namespace eval concurrencyview {
...
@@ -35,11 +35,11 @@ namespace eval concurrencyview {
lset res 1
[
concat
[
list
"Deployment view is inconsistent"
]
[
lindex $res 1
]
]
lset res 1
[
concat
[
list
"Deployment view is inconsistent"
]
[
lindex $res 1
]
]
return $res
return $res
}
else
{
}
else
{
Context::setAttribute
"concurrencyview"
state
"normal"
Context::setAttribute
"concurrencyview"
state
"normal"
if
{
[
string match win32*64
[
::platform::identify
]]
||
[
string match win32*
[
::platform::identify
]]
}
{
if
{
[
string match win32*64
[
::platform::identify
]]
||
[
string match win32*
[
::platform::identify
]]
}
{
return
[
concurrencyviewWindows_internal
]
return
[
concurrencyviewWindows_internal
]
}
else
{
}
else
{
return
[
concurrencyview_internal
]
return
[
concurrencyview_internal
]
}
}
}
}
}
}
...
...
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