Skip to content
Snippets Groups Projects
Commit 31667bbd authored by Bouquillon Fabien's avatar Bouquillon Fabien
Browse files

clean

parent 8506373a
No related branches found
No related tags found
No related merge requests found
......@@ -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
No preview for this file type
......@@ -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) {
......
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment