Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
plugin_cache_blocks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OTAWA-plugins
plugin_cache_blocks
Commits
31667bbd
Commit
31667bbd
authored
5 years ago
by
Bouquillon Fabien
Browse files
Options
Downloads
Patches
Plain Diff
clean
parent
8506373a
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
application/Makefile
+6
-2
6 additions, 2 deletions
application/Makefile
application/application
+0
-0
0 additions, 0 deletions
application/application
application/application.cpp
+1
-0
1 addition, 0 deletions
application/application.cpp
application/cache.xml
+3
-3
3 additions, 3 deletions
application/cache.xml
with
10 additions
and
5 deletions
application/Makefile
+
6
−
2
View file @
31667bbd
...
...
@@ -3,7 +3,7 @@ CXXFLAGS += -std=c++11 -O0 -g -I /home/fabien/cristal/otawa/include/ -I ../otawa
ARMCC
=
arm-none-eabi-gcc
all
:
application test basic
all
:
application test basic
big_function
application
:
application.o
$(
CXX
)
-o
application application.o
$(
LDLIBS2
)
...
...
@@ -13,5 +13,9 @@ application.o: application.cpp application.h
basic
:
basic_f_l_c.c
$(
ARMCC
)
-nostdlib
-nostdinc
-static
-o
basic basic_f_l_c.c
test
:
test.sh
big_function
:
big_function.c
$(
ARMCC
)
-nostdlib
-nostdinc
-static
-o
big_function big_function.c
test
:
test.sh big_function
./test.sh
This diff is collapsed.
Click to expand it.
application/application
+
0
−
0
View file @
31667bbd
No preview for this file type
This diff is collapsed.
Click to expand it.
application/application.cpp
+
1
−
0
View file @
31667bbd
...
...
@@ -25,6 +25,7 @@ using namespace otawa::classic_ecb;
using
namespace
otawa
::
UCB_local
;
using
namespace
Mathset
;
// BIG ERROR !!!!
int
main
(
int
argc
,
char
**
argv
)
{
...
...
This diff is collapsed.
Click to expand it.
application/cache.xml
+
3
−
3
View file @
31667bbd
...
...
@@ -2,9 +2,9 @@
<cache-config>
<icache>
<block_bits>
2
</block_bits>
<way_bits>
4
</way_bits>
<row_bits>
6
</row_bits>
<block_bits>
6
</block_bits>
<way_bits>
1
</way_bits>
<row_bits>
4
</row_bits>
<miss_penalty>
70
</miss_penalty>
</icache>
</cache-config>
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