formatting, typos, comments, details
Change-Id: Iae5f1acb653a694622e9ac2bad93efcfca588f3a
This commit is contained in:
@ -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++) {
|
||||
|
||||
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user