16 #ifndef TORC_PLACER_NETLISTNET_HPP
17 #define TORC_PLACER_NETLISTNET_HPP
79 #endif // TORC_PLACER_NETLISTNET_HPP
ENetType
Enumeration of net power types.
physical::ENetType ENetType
std::vector< NetlistPin * > mSinks
uint32 addSink(NetlistPin *newPin)
NetlistPin * getSink(uint32 i)
Header for Xilinx physical types.
NetlistPin * getSource(uint32 i)
std::vector< NetlistNet * > NetlistNetPtrVector
std::vector< NetlistPin * > mSources
NetlistNet(std::string inName, ENetType inType, uint32 inIndex)
uint32 addSource(NetlistPin *newPin)