|
torc-master
|
#include "torc/generic/Pruning.hpp"#include "torc/generic/Cell.hpp"#include "torc/generic/Design.hpp"#include "torc/generic/Instance.hpp"#include "torc/generic/Library.hpp"#include "torc/generic/View.hpp"#include "torc/generic/Log.hpp"
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... | |