Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
TTool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mbe-tools
TTool
Commits
884ab5c0
Commit
884ab5c0
authored
8 years ago
by
Daniela Genius
Browse files
Options
Downloads
Patches
Plain Diff
modifications dans config.xml et Makefile.forsoclib pour faire fonctionner TTool "restructure"
parent
ba50ae90
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
MPSoC/Makefile.forsoclib
+4
-1
4 additions, 1 deletion
MPSoC/Makefile.forsoclib
bin/config.xml
+2
-2
2 additions, 2 deletions
bin/config.xml
ttool.exe
+1
-1
1 addition, 1 deletion
ttool.exe
with
7 additions
and
4 deletions
MPSoC/Makefile.forsoclib
+
4
−
1
View file @
884ab5c0
...
@@ -16,7 +16,10 @@ export PATH
...
@@ -16,7 +16,10 @@ export PATH
updateruntime
:
updateruntime
:
cp
src/
*
.c mutekh/libavatar/
cp
src/
*
.c mutekh/libavatar/
cp
src/
*
.h mutekh/libavatar/include/
cp
src/
*
.h mutekh/libavatar/include/
# cp src/Makefile mutekh/libavatar/
cp
mutekh/libmwmr/
*
.c mutekh/examples/avatar
cp
mutekh/libmwmr/
*
.c mutekh/libavatar
cp
mutekh/libmwmr/include/mwmr/mwmr.h mutekh/examples/avatar
cp
mutekh/libmwmr/include/mwmr/mwmr.h mutekh/libavatar
updategeneratedcode
:
updategeneratedcode
:
cp
src/defs.h mutekh/examples/avatar
cp
src/defs.h mutekh/examples/avatar
...
...
This diff is collapsed.
Click to expand it.
bin/config.xml
+
2
−
2
View file @
884ab5c0
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
<ProVerifVerifierHost
data=
"localhost"
/>
<ProVerifVerifierHost
data=
"localhost"
/>
<AVATARExecutableCodeDirectory
data=
"../executablecode/"
/>
<AVATARExecutableCodeDirectory
data=
"../executablecode/"
/>
<AVATARMPSoCCodeDirectory
data=
"../MPSoC/"
/>
<AVATARMPSoCCodeDirectory
data=
"../MPSoC/"
/>
<AVATARMPSoCCompileCommand
data=
"make -C ../MPSoC updategeneratedcode compilesoclib"
/>
<AVATARMPSoCCompileCommand
data=
"make -C ../MPSoC
updateruntime
updategeneratedcode compilesoclib"
/>
<AVATARExecutableCodeHost
data=
"localhost"
/>
<AVATARExecutableCodeHost
data=
"localhost"
/>
<AVATARExecutableCodeCompileCommand
data=
"make -C ../executablecode"
/>
<AVATARExecutableCodeCompileCommand
data=
"make -C ../executablecode"
/>
<AVATARExecutableCodeExecuteCommand
data=
"../executablecode/run.x"
/>
<AVATARExecutableCodeExecuteCommand
data=
"../executablecode/run.x"
/>
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
<ExternalCommand2Host
data=
"localhost"
/>
<ExternalCommand2Host
data=
"localhost"
/>
<ExternalCommand2
data=
"/packages/uppaal(4.0.11/uppaal ../uppaal/spec.xml"
/>
<ExternalCommand2
data=
"/packages/uppaal(4.0.11/uppaal ../uppaal/spec.xml"
/>
<LastOpenFile
data=
"/users/enseig/genius/modeling-dg/miniAsynchronousDeploy
2DD
.xml"
/>
<LastOpenFile
data=
"/users/enseig/genius/modeling-dg/miniAsynchronousDeploy.xml"
/>
...
...
This diff is collapsed.
Click to expand it.
ttool.exe
+
1
−
1
View file @
884ab5c0
...
@@ -2,6 +2,6 @@
...
@@ -2,6 +2,6 @@
java
-version
java
-version
cd
bin
;
cd
bin
;
java
-Xmx1024m
-Djavax
.net.ssl.trustStore
=
ServerKeyStore
-Djavax
.net.ssl.trustStorePassword
=
123456
-jar
ttool.jar
-config
config
-daniela
.xml
-experimental
-debug
-avatar
-uppaal
-launcher
java
-Xmx1024m
-Djavax
.net.ssl.trustStore
=
ServerKeyStore
-Djavax
.net.ssl.trustStorePassword
=
123456
-jar
ttool.jar
-config
config.xml
-experimental
-debug
-avatar
-uppaal
-launcher
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment