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
1d03c9f8
Commit
1d03c9f8
authored
5 years ago
by
Ludovic Apvrille
Browse files
Options
Downloads
Plain Diff
Merge branch 'revert-
883077ef
' into 'master'
modify DelayTest See merge request
!273
parents
bcb53a5a
581ed6b1
No related branches found
Branches containing commit
No related tags found
1 merge request
!273
modify DelayTest
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ttool/src/test/java/tmltranslator/DiplodocusDelayTest.java
+9
-9
9 additions, 9 deletions
ttool/src/test/java/tmltranslator/DiplodocusDelayTest.java
with
9 additions
and
9 deletions
ttool/src/test/java/tmltranslator/DiplodocusDelayTest.java
+
9
−
9
View file @
1d03c9f8
...
...
@@ -31,17 +31,17 @@ public class DiplodocusDelayTest extends AbstractUITest {
final
String
DIR_GEN
=
"test_diplo_simulator/"
;
//model for Delay task without penalties
final
String
[]
MODELS_DELAY
=
{
"mono-RR"
,
"mono-RRPB"
,
"multi-RR"
,
"multi-RRPB"
,
"fpgaTest"
,
"delay-idle"
,
"reschedule"
};
final
int
[]
NB_Of_DELAY_STATES
=
{
42
,
42
,
42
,
42
,
32
,
32
,
12
};
final
int
[]
NB_Of_DELAY_TRANSTIONS
=
{
41
,
41
,
41
,
41
,
31
,
31
,
11
};
final
int
[]
MIN_DELAY_CYCLES
=
{
2020
,
2020
,
2010
,
2010
,
2010
,
2020
,
34
};
final
int
[]
MAX_DELAY_CYCLES
=
{
2020
,
2020
,
2010
,
2010
,
2010
,
2020
,
34
};
final
String
[]
MODELS_DELAY
=
{
"mono-RR"
,
"mono-RRPB"
,
"multi-RR"
,
"multi-RRPB"
,
"fpgaTest"
,
"delay-idle"
};
final
int
[]
NB_Of_DELAY_STATES
=
{
42
,
42
,
42
,
42
,
32
,
32
};
final
int
[]
NB_Of_DELAY_TRANSTIONS
=
{
41
,
41
,
41
,
41
,
31
,
31
};
final
int
[]
MIN_DELAY_CYCLES
=
{
2020
,
2020
,
2010
,
2010
,
2010
,
2020
};
final
int
[]
MAX_DELAY_CYCLES
=
{
2020
,
2020
,
2010
,
2010
,
2010
,
2020
};
//model for Delay task with penalties
final
int
[]
NB_Of_DELAY_STATES_PENALTIES
=
{
42
,
42
,
42
,
42
,
32
,
32
,
12
};
final
int
[]
NB_Of_DELAY_TRANSTIONS_PENALTIES
=
{
41
,
41
,
41
,
41
,
31
,
31
,
11
};
final
int
[]
MIN_DELAY_CYCLES_PENALTIES
=
{
2590
,
2590
,
2670
,
2670
,
2010
,
2340
,
189
};
final
int
[]
MAX_DELAY_CYCLES_PENALTIES
=
{
2590
,
2590
,
2670
,
2670
,
2010
,
2340
,
189
};
final
int
[]
NB_Of_DELAY_STATES_PENALTIES
=
{
42
,
42
,
42
,
42
,
32
,
32
};
final
int
[]
NB_Of_DELAY_TRANSTIONS_PENALTIES
=
{
41
,
41
,
41
,
41
,
31
,
31
};
final
int
[]
MIN_DELAY_CYCLES_PENALTIES
=
{
2590
,
2590
,
2670
,
2670
,
2010
,
2340
};
final
int
[]
MAX_DELAY_CYCLES_PENALTIES
=
{
2590
,
2590
,
2670
,
2670
,
2010
,
2340
};
// test for read and write active delay parameter
final
String
[]
MODELS_DELAY_READ_WRITE
=
{
"delayRW"
};
final
static
String
EXPECTED_FILE1
=
getBaseResourcesDir
()
+
"tmltranslator/expected/expected_specdelay_readwrite.tml"
;
...
...
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