19 #ifndef TORC_ARCHITECTURE_XDLIMPORTER_HPP
20 #define TORC_ARCHITECTURE_XDLIMPORTER_HPP
30 namespace architecture {
68 #endif // TORC_ARCHITECTURE_XDLIMPORTER_HPP
Device database, including complete wiring and logic support.
virtual void initializeDatabase(void)
Initialize the device database.
XdlImporter(void)
Basic constructor.
torc::physical::XdlImporter super
Type of the superclass.
~XdlImporter(void)
Destructor.
Header for the DDBStreamHelper class.
boost::shared_ptr< class InstancePin > InstancePinSharedPtr
Shared pointer encapsulation of an InstancePin.
DDB * releaseDDBPtr(void)
Releases ownership of the device database. The caller is now responsible for deleting it...
Architecture aware importer from XDL format into a physical design.
EPipType
The pip type, either regular or routethrough.
Header for the XdlImporter class.
Header for torc::physical output stream helpers.
Header for the InstancePin class.
Physical design programmable interconnect point.
DDB * getDDBPtr(void)
Returns the pointer for the device database.
Header for the DDB class.
virtual void bind(torc::physical::InstancePinSharedPtr &inInstancePin)
Bind the given instance pin to its database Tilewire if applicable.
Importer from XDL format into a physical design.
DDB * mDDBPtr
The device database pointer.