experiments: new experiment for testing pandaboard
Change-Id: Ic27eb3ddc34fdac944b26e70ac4347330cbab044
This commit is contained in:
13
src/experiments/lra-simple-panda/experimentInfo.hpp
Normal file
13
src/experiments/lra-simple-panda/experimentInfo.hpp
Normal 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
|
||||
Reference in New Issue
Block a user