Public Member Functions | |
pins (entity_system::entity_system &system) | |
std::string | name (entity_system::entity pin) const |
entity_system::entity | owner (entity_system::entity pin) const |
entity_system::entity | net (entity_system::entity pin) const |
entity_system::entity | standard_cell_pin (entity_system::entity pin) const |
std::pair< std::vector < entity_system::entity > ::const_iterator, std::vector < entity_system::entity > ::const_iterator > | owners () const |
std::pair< std::vector < entity_system::entity > ::const_iterator, std::vector < entity_system::entity > ::const_iterator > | nets () const |
void | name (entity_system::entity pin, std::string name) |
void | owner (entity_system::entity pin, entity_system::entity owner) |
void | net (entity_system::entity pin, entity_system::entity net) |
void | standard_cell_pin (entity_system::entity pin, entity_system::entity std_cell_pin) |