formatting, typos, comments, details

Change-Id: Iae5f1acb653a694622e9ac2bad93efcfca588f3a
This commit is contained in:
Horst Schirmeier
2013-10-14 14:43:39 +02:00
parent 7591c9edc5
commit 4cb97a7fa5
138 changed files with 1566 additions and 1576 deletions

View File

@ -33,7 +33,7 @@ bool FaultCoverageExperiment::run()
d) trap triggered
---- restore previously saved simulator state
*/
// log the results on std::cout
Logger log("FaultCoverageExperiment", false);
@ -55,7 +55,7 @@ bool FaultCoverageExperiment::run()
// Note: This heavily uses the save-restore feature which causes
// causes a memory leak after several rounds (seg-fault).
// iterate over all registers
ConcreteCPU cpu = simulator.getCPU(0);
for (ConcreteCPU::iterator it = cpu.begin(); it != cpu.end(); it++) {

View File

@ -1,5 +1,5 @@
#ifndef __FAULT_COVERAGE_EXPERIMENT_HPP__
#define __FAULT_COVERAGE_EXPERIMENT_HPP__
#define __FAULT_COVERAGE_EXPERIMENT_HPP__
#include <iostream>
#include <fstream>
@ -7,7 +7,7 @@
#include "config/FailConfig.hpp"
#include "efw/ExperimentFlow.hpp"
#define INST_ADDR_FUNC_START 0x4ae6
#define INST_ADDR_FUNC_START 0x4ae6
#define INST_ADDR_FUNC_END 0x4be6
// Check if configuration dependencies are satisfied: