Inferno  0.2
Steps::GotoAfterWait Class Reference

Make sure every SystemC wait is followed by a goto. More...

#include <state_out.hpp>

Inheritance diagram for Steps::GotoAfterWait:
[legend]
Collaboration diagram for Steps::GotoAfterWait:
[legend]

List of all members.

Public Member Functions

 GotoAfterWait ()

Detailed Description

Make sure every SystemC wait is followed by a goto.

This is in preparation for state-out/fall-out. We will only reorganise the program around gotos, and so we need to have a goto in place to re-organise. This means we can't then optimise away ineffectual gotos, to do that we would need to mark the goto in some way, or just ignore it if preceeded by a wait

Definition at line 13 of file state_out.hpp.


Constructor & Destructor Documentation

Definition at line 18 of file state_out.cpp.


The documentation for this class was generated from the following files: