CIRCT 20.0.0git
Loading...
Searching...
No Matches
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

namespace  esi
 

Functions

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