Extended Keso experiment

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@2069 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
hoffmann
2013-02-07 00:51:22 +00:00
parent 3307987895
commit 7b7ae8e825
7 changed files with 248 additions and 86 deletions

View File

@ -1,6 +1,8 @@
#ifndef __KESO_REFS_EXPERIMENT_HPP__
#define __KESO_REFS_EXPERIMENT_HPP__
#include "sal/SALInst.hpp"
#include "efw/ExperimentFlow.hpp"
#include "efw/JobClient.hpp"
#include "util/Logger.hpp"
@ -18,7 +20,9 @@ class KESOrefs : public fail::ExperimentFlow {
void enableBPs();
void clearExitBPs();
void showStaticRefs();
void injectStaticRefs(unsigned referenceoffset, unsigned bitpos);
unsigned injectBitFlip(fail::address_t data_address, unsigned bitpos);
public:
KESOrefs() : m_log("KESOrefs", false), m_mm(fail::simulator.getMemoryManager()) {};
bool run();