torc-master
|
Header for the Circuit class. More...
#include "torc/physical/Named.hpp"
#include "torc/physical/Progeny.hpp"
#include "torc/physical/Progenitor.hpp"
#include "torc/physical/ConfigMap.hpp"
#include "torc/physical/Instance.hpp"
#include "torc/physical/Net.hpp"
#include "torc/common/Annotated.hpp"
#include <map>
Go to the source code of this file.
Data Structures | |
class | torc::physical::Circuit |
Circuit composed of instances and nets. 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 < Circuit > | torc::physical::CircuitSharedPtr |
Shared pointer encapsulation of a Circuit. More... | |
typedef boost::weak_ptr< Circuit > | torc::physical::CircuitWeakPtr |
Weak pointer encapsulation of a Circuit. More... | |
typedef std::vector < CircuitSharedPtr > | torc::physical::CircuitSharedPtrVector |
Vector of Circuit shared pointers. More... | |
Header for the Circuit class.
Definition in file Circuit.hpp.