CkPttn 1.2.4
Loading...
Searching...
No Matches
Classes | Typedefs
netlist.hpp File Reference

Netlist data structure for circuit partitioning. More...

#include <cstddef>
#include <cstdint>
#include <py2cpp/dict.hpp>
#include <py2cpp/range.hpp>
#include <py2cpp/set.hpp>
#include <vector>
#include <xnetwork/classes/graph.hpp>
Include dependency graph for netlist.hpp:

Go to the source code of this file.

Classes

struct  Netlist< graph_t >
 Netlist data structure. More...
 
struct  Snapshot< Node >
 Snapshot of partition state for rollback. More...
 

Typedefs

using graph_t = xnetwork::SimpleGraph
 
using index_t = uint32_t
 
using SimpleNetlist = Netlist< graph_t >
 

Detailed Description

Netlist data structure for circuit partitioning.

Typedef Documentation

◆ graph_t

using graph_t = xnetwork::SimpleGraph

◆ index_t

using index_t = uint32_t

◆ SimpleNetlist