ACT Library
Loading...
Searching...
No Matches
Public Attributes | List of all members
act_dataflow_order Class Reference

An order directive in the dataflow language, used for optimizations in the presence of hierarchy. More...

#include <lang.h>

Public Attributes

list_t * lhs
 first list of ActId pointers (channels)
 
list_t * rhs
 second list of ActId pointers (channels)
 

Detailed Description

An order directive in the dataflow language, used for optimizations in the presence of hierarchy.

Member Data Documentation

◆ lhs

list_t* act_dataflow_order::lhs

first list of ActId pointers (channels)

◆ rhs

list_t* act_dataflow_order::rhs

second list of ActId pointers (channels)


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