torc-master
|
#include <string>
#include <map>
#include <algorithm>
#include <iostream>
#include <sstream>
#include <iterator>
#include <functional>
#include <boost/smart_ptr.hpp>
#include "torc/packer/Component.hpp"
#include "torc/packer/Connection.hpp"
Go to the source code of this file.
Data Structures | |
class | torc::physical::Element |
Element composed of connections and pins. 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 vector< string > | torc::physical::ConfigVector |
typedef boost::shared_ptr < Element > | torc::physical::ElementSharedPtr |
Shared pointer encapsulation of a element. More... | |
typedef boost::weak_ptr< Element > | torc::physical::ElementWeakPtr |
Weak pointer encapsulation of a element. More... | |
typedef std::vector < ElementSharedPtr > | torc::physical::ElementSharedPtrVector |
Vector of element shared pointers. More... | |