Verilog to Routing - VPR
Typedefs
clustered_netlist_fwd.h File Reference
#include "vtr_strong_id.h"
#include "netlist_fwd.h"
Include dependency graph for clustered_netlist_fwd.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef vtr::StrongId< cluster_block_id_tag > ClusterBlockId
 A unique identifier for a block/primitive in the atom netlist. More...
 
typedef vtr::StrongId< cluster_net_id_tag > ClusterNetId
 A unique identifier for a net in the atom netlist. More...
 
typedef vtr::StrongId< cluster_port_id_tag > ClusterPortId
 A unique identifier for a port in the atom netlist. More...
 
typedef vtr::StrongId< cluster_pin_id_tag > ClusterPinId
 A unique identifier for a pin in the atom netlist. More...
 

Typedef Documentation

◆ ClusterBlockId

typedef vtr::StrongId<cluster_block_id_tag> ClusterBlockId

A unique identifier for a block/primitive in the atom netlist.

◆ ClusterNetId

typedef vtr::StrongId<cluster_net_id_tag> ClusterNetId

A unique identifier for a net in the atom netlist.

◆ ClusterPinId

typedef vtr::StrongId<cluster_pin_id_tag> ClusterPinId

A unique identifier for a pin in the atom netlist.

◆ ClusterPortId

typedef vtr::StrongId<cluster_port_id_tag> ClusterPortId

A unique identifier for a port in the atom netlist.