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
kazoo
Commits
f7b4a338
Commit
f7b4a338
authored
Aug 18, 2020
by
Maxime Perrotin
Browse files
Work on simulation interface
parent
11da79c7
Pipeline
#2243
failed with stage
in 7 minutes and 41 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
templates/concurrency_view/aadl_4_makefile/node.tmplt
View file @
f7b4a338
...
...
@@ -21,7 +21,8 @@
$(MAKE) -j -C @_Node_Name_@ -f Makefile.@_Node_Name_@
@_LOWER:Node_Name_@_simu: @_LOWER:REPLACE_ALL(,/):Partition_Names_@ DriversConfig/drivers_config.h
@_LOWER:Node_Name_@_simu: @_LOWER:REPLACE_ALL(,/):Partition_Names_@ DriversConfig/drivers_config.h simulation.asn
asn2dataModel -toAda -o ../dataview/C simulation.asn ../dataview/dataview-uniq.asn
$(MAKE) -j -C @_Node_Name_@ -f Makefile.@_Node_Name_@ simulate
# Force build of node @_Node_Name_@ for RTEMS
...
...
templates/skeletons/makefile.tmplt
View file @
f7b4a338
...
...
@@ -7,11 +7,7 @@
# MAKEFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
MAKEFILE_PATH
:=
$(
lastword
$(MAKEFILE_LIST)
)
OUTDIR
:=
$(
dir
$(MAKEFILE_PATH)
)
@@IF@@
@_Target_@
/=
SIMU
ASN1_FILES
:=
@_REPLACE_ALL
(
,/
)
:ASN1_Files_@
@@ELSE@@
ASN1_FILES
:=
@_REPLACE_ALL
(
,/
)
:ASN1_Files_@
${OUTDIR}
/build/simulation.asn
@@END_IF@@
CP_FILES
:=
@_REPLACE_ALL
(
,/
)
:CP_Files_@
# Context parameters
DATAVIEW_PATH
:=
${OUTDIR}
/dataview
DATAVIEW_UNIQ
:=
${DATAVIEW_PATH}
/dataview-uniq.asn
...
...
test/e2es_complete/Makefile
View file @
f7b4a338
...
...
@@ -5,6 +5,10 @@ all: c
c
:
work/glue_built
$(MAKE)
-C
work
simu
:
$(KAZOO)
-t
SIMU
--gw
--glue
-p
$(MAKE)
-C
work
skeletons
:
$(MAKE)
work/skeletons_built
...
...
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