CIRCT  19.0.0git
Namespaces | Functions
Design.cpp File Reference
#include "esi/Design.h"
#include <map>
#include <stdexcept>
Include dependency graph for Design.cpp:

Go to the source code of this file.

Namespaces

 esi
 

Functions

static std::map< AppID, Instance * > esi::buildIndex (const std::vector< std::unique_ptr< Instance >> &insts)
 Build an index of children by AppID. More...
 
static std::map< AppID, const BundlePort & > esi::buildIndex (const std::vector< std::unique_ptr< BundlePort >> &ports)
 Build an index of ports by AppID. More...