torc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Pruning.cpp File Reference
+ Include dependency graph for Pruning.cpp:

Go to the source code of this file.

Namespaces

 torc
 Implementation of class to encapsulate micro-bitstream library generation code.
 
 torc::generic
 Namespace for the Torc generic netlist, including EDIF and BLIF importers and exporters.
 

Functions

void torc::generic::collectCells (ViewSharedPtr &inViewPtr, CellUsageMap &inoutCellUsageMap)
 Recursively collect and count all cells used in the given view. The CellUsageMap must already be initialized with all expected cell counts set to zero. More...
 
void torc::generic::prune (RootSharedPtr &inRootPtr)
 Prune all unused cells and libraries from the given root. More...