Go to the documentation of this file.
65 std::ostream* traceStream) :
66 Listener(), frontend_(frontend),ownsTraceStream_(true),
67 traceStream_(traceStream) {
82 std::ostream& traceStream)
84 traceStream_(&traceStream) {
115 for (
int i = 0; i < navigator.
count(); ++i) {
116 const std::string busName = navigator.
item(i)->name();
119 int columnWidth = (bus.
width()+3)/4;
const TTAMachine::Machine & machine() const
BusTracker(SimulatorFrontend &frontend, std::ostream *traceStream)
virtual const SimValue & value() const
BusState & busState(const std::string &name)
@ SE_CYCLE_END
Generated before advancing the simulator clock at the end of a simulation cycle.
TCEString hexValue(bool noHexIdentifier=false) const
ClockCycleCount cycleCount() const
SimulationEventHandler & eventHandler()
find Finds info of the inner loops in the false
std::ostream * traceStream_
MachineState & machineState(int core=-1)
virtual BusNavigator busNavigator() const
ComponentType * item(int index) const
virtual void handleEvent()
static const std::string COLUMN_SEPARATOR
SimulatorFrontend & frontend_
the simulator frontend used to access simulation data