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
1ab4dadc
Commit
1ab4dadc
authored
2 years ago
by
Ludovic Apvrille
Browse files
Options
Downloads
Plain Diff
Merge branch 'restore-commit-
38356672
' into 'master'
Undo changes from commit
38356672
See merge request
!446
parents
98d95519
7acec8d9
No related branches found
Branches containing commit
No related tags found
1 merge request
!446
Undo changes from commit 38356672
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
simulators/c++2/src_simulator/arch/SchedulableDevice.cpp
+3
-1
3 additions, 1 deletion
simulators/c++2/src_simulator/arch/SchedulableDevice.cpp
with
3 additions
and
1 deletion
simulators/c++2/src_simulator/arch/SchedulableDevice.cpp
+
3
−
1
View file @
1ab4dadc
...
...
@@ -632,7 +632,9 @@ void SchedulableDevice::HW2HTML(std::ofstream &myfile) const
std
::
cout
<<
"CPU:calcSTL: html of CPU "
<<
_name
<<
": "
<<
(
*
i
)
->
toString
()
<<
std
::
endl
;
// if( (*i)->getTransactCoreNumber() == this->_cycleTime ){
TMLTransaction
*
aCurrTrans
=
*
i
;
unsigned
int
aBlanks
=
aCurrTrans
->
getStartTime
()
-
aCurrTime
;
unsigned
int
penLength
=
aCurrTrans
->
getPenalties
();
unsigned
long
beg
=
aCurrTrans
->
getStartTime
()
-
penLength
;
unsigned
int
aBlanks
=
beg
-
aCurrTime
;
bool
isBlankTooBig
=
false
;
std
::
ostringstream
tempString
;
int
tempBlanks
;
...
...
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