Cerata
A library to generate structural hardware designs
|
DOT output configuration. Determines what Cerata constructs will be used for generation. More...
#include <style.h>
Classes | |
struct | NodeConfig |
Node configuration. More... | |
Public Member Functions | |
bool | operator() (const Node &node) |
Return whether a node should be generated on the DOT graph. | |
Static Public Member Functions | |
static Config | all () |
Return a configuration that will generate every construct. | |
static Config | normal () |
Return a configuration that will generate default constructs. | |
static Config | streams () |
Return a configuration that will generate onnly stream constructs. | |
Public Attributes | |
struct cerata::dot::Config::NodeConfig | nodes |
Node configuration. | |
DOT output configuration. Determines what Cerata constructs will be used for generation.