Cerata
A library to generate structural hardware designs
cerata::vhdl::MultiBlock Struct Reference

A structure to hold multiple blocks. More...

#include <block.h>

Public Member Functions

 MultiBlock (int indent=0)
 Multiblock constructor.
 
std::string ToString () const
 Return this multiblock as a single string.
 

Public Attributes

std::vector< Blockblocks
 The blocks in this multiblock.
 
int indent = 0
 Indent level.
 

Detailed Description

A structure to hold multiple blocks.

Definition at line 77 of file block.h.


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