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
338182fe
Commit
338182fe
authored
9 years ago
by
Daniela Genius
Browse files
Options
Downloads
Patches
Plain Diff
bugfix
parent
7b25b0d2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/ui/window/JDialogAvatarddExecutableCodeGeneration.java
+5
-0
5 additions, 0 deletions
src/ui/window/JDialogAvatarddExecutableCodeGeneration.java
with
5 additions
and
0 deletions
src/ui/window/JDialogAvatarddExecutableCodeGeneration.java
+
5
−
0
View file @
338182fe
...
...
@@ -82,6 +82,7 @@ public class JDialogAvatarddExecutableCodeGeneration extends javax.swing.JFrame
private
String
textSysC4
=
"Run code in soclib / mutekh:"
;
private
String
textSysC5
=
"Show AVATAR trace from file w/o hardware:"
;
private
String
textSysC6
=
"Show cycle accurate trace from MPSoC file:"
;
private
String
textSysC7
=
"Base directory of topcell generation:"
;
private
static
String
unitCycle
=
"1"
;
...
...
@@ -232,6 +233,10 @@ public class JDialogAvatarddExecutableCodeGeneration extends javax.swing.JFrame
code1
=
new
JTextField
(
pathCode
,
100
);
jp01
.
add
(
code1
,
c01
);
gen
=
new
JLabel
(
textSysC7
);
//genJava.addActionListener(this);
jp01
.
add
(
gen
,
c01
);
code2
=
new
JTextField
(
pathCode
,
100
);
jp01
.
add
(
code2
,
c01
);
...
...
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