|
torc-master
|
Header for the Net class. More...
#include "torc/physical/Named.hpp"#include "torc/physical/Renamable.hpp"#include "torc/physical/Progeny.hpp"#include "torc/physical/Progenitor.hpp"#include "torc/physical/ConfigMap.hpp"#include "torc/physical/InstancePin.hpp"#include "torc/physical/Pip.hpp"#include "torc/physical/Routethrough.hpp"#include "torc/common/Annotated.hpp"#include <string>
Include dependency graph for physical/Net.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| class | torc::physical::Net |
| Physical design net. More... | |
Namespaces | |
| torc | |
| Implementation of class to encapsulate micro-bitstream library generation code. | |
| torc::physical | |
| Namespace for the Torc physical netlist, including the XDL importer, exporter, placer, router, unpacker, and packer. | |
Typedefs | |
| typedef boost::shared_ptr< Net > | torc::physical::NetSharedPtr |
| Shared pointer encapsulation of a Net. More... | |
| typedef boost::weak_ptr< Net > | torc::physical::NetWeakPtr |
| Weak pointer encapsulation of a Net. More... | |
| typedef std::vector< NetSharedPtr > | torc::physical::NetSharedPtrVector |
| Vector of Net shared pointers. More... | |
Header for the Net class.
Definition in file physical/Net.hpp.