torc-master
|
Header for the CombinationalPath class. More...
#include "torc/physical/Net.hpp"
#include "torc/packer/PrimitivePin.hpp"
#include "torc/packer/RoutingNet.hpp"
#include "torc/physical/Design.hpp"
#include <iostream>
#include <vector>
Go to the source code of this file.
Data Structures | |
class | torc::physical::CombinationalPath |
Routing 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 < CombinationalPath > | torc::physical::CombinationalPathSharedPtr |
Shared pointer encapsulation of a CombinationalPath. More... | |
typedef std::vector < CombinationalPathSharedPtr > | torc::physical::CombinationalPathSharedPtrVector |
Vector of CombinationalPath shared pointers. More... | |
Header for the CombinationalPath class.
Definition in file CombinationalPath.hpp.