experiments: new experiment for testing pandaboard

Change-Id: Ic27eb3ddc34fdac944b26e70ac4347330cbab044
This commit is contained in:
Lars Rademacher
2013-10-21 02:16:21 +02:00
parent db0b82daca
commit e8eebb69ba
4 changed files with 189 additions and 0 deletions

View File

@ -0,0 +1,13 @@
#ifndef __LRA_SIMPLE_PANDA_EXPERIMENT_INFO_HPP__
#define __LRA_SIMPLE_PANDA_EXPERIMENT_INFO_HPP__
#define LRASP_TRACE "trace.tc"
#define LRASP_BIN_OFFSET 0x100000
#define LRASP_RESULTS "LRASP.csv"
#define LRASP_TIMEOUT 1000000 // 1s
#define LRASP_ADDR_FUNC_BEGIN 0x830004a0
#define LRASP_ADDR_FUNC_END 0x83000590
#define LRASP_RESULT_ADDRESS 0x83010004
#define LRASP_RESULTS_BYTES 4
#endif