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
kazoo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
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
kazoo
Commits
c69c3b4a
Commit
c69c3b4a
authored
Aug 25, 2019
by
Maxime Perrotin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase support for distributed systems
parent
d6db2ef7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
2 deletions
+12
-2
templates/concurrency_view/aadl_4_makefile/system.tmplt
templates/concurrency_view/aadl_4_makefile/system.tmplt
+6
-0
templates/concurrency_view/c_pohi_gpr/partition.tmplt
templates/concurrency_view/c_pohi_gpr/partition.tmplt
+5
-1
templates/concurrency_view/drivers_config/system.tmplt
templates/concurrency_view/drivers_config/system.tmplt
+1
-1
No files found.
templates/concurrency_view/aadl_4_makefile/system.tmplt
View file @
c69c3b4a
...
...
@@ -47,6 +47,9 @@ all:
@@TABLE@@
@_LOWER:Node_Names_@_native
@@END_TABLE@@
@@IF@@ @_Device_Names'Length_@ > 0
DriversConfig/drivers_config.h
@@END_IF@@
@@END_INLINE@@
ocarina -x main.aadl
@@TABLE@@
...
...
@@ -58,6 +61,9 @@ rtems_ada:
@@TABLE@@
@_LOWER:Node_Names_@_rtems_ada
@@END_TABLE@@
@@IF@@ @_Device_Names'Length_@ > 0
DriversConfig/drivers_config.h
@@END_IF@@
@@END_INLINE@@
ocarina -x main.aadl
@@TABLE@@
...
...
templates/concurrency_view/c_pohi_gpr/partition.tmplt
View file @
c69c3b4a
...
...
@@ -43,6 +43,10 @@ project @_CAPITALIZE:Name_@ is
--
following
to
be
updated
with
all
relevant
source
dirs
for
Source_Dirs
use
(
"@_LOWER:Name_@"
,
@@
IF
@@
@
_VP_Name_
@
=
""
and
@
_In_Port_Names
'Length_@ > 0
@@-- Detect distributed systems (no virtual processor) - add DriversConfig folder
"../DriversConfig",
@@END_IF@@
"../deploymentview_final/polyorb-hi-c/src",
"../deploymentview_final/polyorb-hi-c/include",
"../../dataview/C",
...
...
@@ -84,6 +88,7 @@ project @_CAPITALIZE:Name_@ is
"po_hi_transport.c",
"po_hi_marshallers.c",
"po_hi_semaphore.c",
"po_hi_monitor.c",
@@END_IF@@
"config_leon3_drvmgr.c",
"config_leon4_n2x.c",
...
...
@@ -115,7 +120,6 @@ project @_CAPITALIZE:Name_@ is
"po_hi_giop.c",
"po_hi_gprof_rtems_leon.c",
"po_hi_lua.c",
"po_hi_monitor.c"
,
"po_hi_simulink.c",
"po_hi_storage.c",
"remote_configuration.cc",
...
...
templates/concurrency_view/drivers_config/system.tmplt
View file @
c69c3b4a
...
...
@@ -53,7 +53,7 @@ BEGIN
@@END_TABLE@@
@@END_INLINE@@
@@TABLE@@
pohidrv-@_REPLACE_ALL(_/-):Device_Names_@ @_Device_ASN1_Sort_@ ::= @_Device_Config_@
pohidrv-@_REPLACE_ALL(_/-):Device_N
ode_Name_@-@_REPLACE_ALL(_/-):Device_N
ames_@ @_Device_ASN1_Sort_@ ::= @_Device_Config_@
@@END_TABLE@@
END
@@END_IF@@
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