nanojpeg: campaign's fault-space pruning works now
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1795 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -2,16 +2,16 @@ message NanoJPEGProtoMsg {
|
||||
// Input: experiment parameters
|
||||
// (client executes one experiment for every specified bit in the target register)
|
||||
|
||||
// equivalence class start
|
||||
required int32 instr_ecstart = 1;
|
||||
// FI at #instructions from experiment start
|
||||
required int32 instr_offset = 1;
|
||||
required int32 instr_offset = 2;
|
||||
// the exact IP value at this point in time (from golden run)
|
||||
optional int32 instr_address = 2; // for sanity checks
|
||||
optional int32 instr_address = 3; // for sanity checks
|
||||
// ID of the register to inject faults into
|
||||
required int32 register_id = 3;
|
||||
// first bit to inject a flip into
|
||||
required int32 bit_start = 4;
|
||||
// last bit to inject a flip into (inclusive)
|
||||
required int32 bit_end = 5;
|
||||
required int32 register_id = 4;
|
||||
// bits to inject a bit flip into
|
||||
required int64 bitmask = 5;
|
||||
// timeout in ms
|
||||
required int32 timeout = 6;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user