risc::tools::AstAttributeColor | |
risc::sg::BreakStmtVisitor | |
risc::sg::CachedFunctionAstAttributes | This class stores precached information of a analyzed function. Each function definition has an associated precached ast attribute. So, we store the beginning vertex and the leaving segments of a vertex |
risc::Channel | |
risc::ChannelInstance | |
risc::Class | |
risc::sg::ConflictTable::ConflictInformation | |
risc::sg::ConflictTable | |
risc::sg::ContinueStmtVisitor | |
risc::CThread | |
risc::sg::DataConflictAstAttributes | This class should be used for the data conflict analysis. We can mark a SgVariableRef instance which has reading or writing access or is unused |
risc::sg::DataConflictTable | This class represents the data conflict table among the individual segments. Two segments have a conflict if a least one variable is by the first segment and read by the second segment. A two dimensional array represents this array |
risc::Definition | |
risc::Design | |
risc::sg::Edge | |
risc::sg::EdgePropertyWriter | |
risc::Event | |
risc::sg::EventConflictTable | The conflicts are stored in the base class variable conflict_table_. The columns represent wait statements of the segments. The rows are representing the notifications of events. So, a true in conflict_table_[i][j] means that the associated segment/instance i notifies the event for which the associated segment/instance j is waiting |
risc::Function | |
risc::GlobalDesign | |
risc::sg::GraphPropertyWriter | |
risc::HierarchicalChannel | |
risc::HierarchicalChannelInstance | |
risc::InOutPort | |
risc::InPort | |
risc::Instance | |
risc::InstanceTree | |
risc::inst::InstrumentationTraversal | |
risc::sg::LeafNodeVisitor | |
risc::Method | |
risc::Module | This class represents a definition of a module |
risc::ModuleInstance | This class represents a instance of a module |
risc::Object | |
risc::OutPort | |
risc::inst::ParseStatus | |
risc::PathInstanceMapper | This class can be used as a lookup table between an instance id of a module or hierarchical channel and the instance tree |
risc::Port | |
risc::PrimitiveChannel | |
risc::PrimitiveChannelInstance | |
risc::sg::Segment | |
risc::sg::SegmentGraph | This class represents a segment graph for a process |
risc::tools::SystemCDefinitionFinder | This class stores all SystemC definition pointer |
risc::Thread | |
risc::sg::Time | This class represents timing in discrete event simulation |
risc::sg::TimeAdvancedTable | This class represents the time advanced tables for a given segment graph. We distinguish between the 'current time table' and the 'next time table' |
risc::tools::UserSpaceFilter | |
risc::Variable | This class represents a variable in a module |
risc::sg::VertexPropertyWriter |