nanojpeg: record trace

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1777 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hsc
2012-10-19 17:52:27 +00:00
parent 26ff3552f2
commit e8c12b4580
3 changed files with 32 additions and 4 deletions

View File

@ -0,0 +1,11 @@
#ifndef __NANOJPEG_EXPERIMENT_INFO_HPP__
#define __NANOJPEG_EXPERIMENT_INFO_HPP__
#define NANOJPEG_TRACE "trace.tc"
#define NANOJPEG_ELF "system.elf"
#define NANOJPEG_BIN "system.bin"
#define NANOJPEG_BIN_OFFSET 0x100000
#define NANOJPEG_RESULTS "nanojpeg.csv"
#define NANOJPEG_INSTR_LIMIT 999999999 // currently "unlimited"
#endif