00001 // Torc - Copyright 2011 University of Southern California. All Rights Reserved. 00002 // $HeadURL: https://torc-isi.svn.sourceforge.net/svnroot/torc-isi/branches/staging/0.9/src/torc/Architecture.hpp $ 00003 // $Id: Architecture.hpp 10 2011-10-12 18:40:16Z nsteiner $ 00004 00005 // This program is free software: you can redistribute it and/or modify it under the terms of the 00006 // GNU General Public License as published by the Free Software Foundation, either version 3 of the 00007 // License, or (at your option) any later version. 00008 // 00009 // This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; 00010 // without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See 00011 // the GNU General Public License for more details. 00012 // 00013 // You should have received a copy of the GNU General Public License along with this program. If 00014 // not, see <http://www.gnu.org/licenses/>. 00015 00016 /// \file 00017 /// \brief Main torc::architecture namespace header. 00018 00019 /// \namespace torc::architecture 00020 /// \brief Namespace for the Torc architecture support, providing device logic and wiring 00021 /// information, and design usage tracking. 00022 00023 /// \namespace torc::architecture::xilinx 00024 /// \brief Namespace for Xilinx architecture support. 00025 /// \details This namespace defines types suitable for Xilinx architectures. These types may or 00026 /// may not resemble those for other architectures. 00027 00028 #ifndef TORC_ARCHITECTURE_HPP 00029 #define TORC_ARCHITECTURE_HPP 00030 00031 #include "torc/architecture/Arc.hpp" 00032 #include "torc/architecture/ArcUsage.hpp" 00033 #include "torc/architecture/Array.hpp" 00034 #include "torc/architecture/DDB.hpp" 00035 #include "torc/architecture/DDBStreamHelper.hpp" 00036 #include "torc/common/DeviceDesignator.hpp" 00037 #include "torc/architecture/DigestStream.hpp" 00038 #include "torc/architecture/ExtendedWireInfo.hpp" 00039 #include "torc/architecture/InstancePin.hpp" 00040 #include "torc/architecture/OutputStreamHelpers.hpp" 00041 #include "torc/architecture/Segments.hpp" 00042 #include "torc/architecture/Sites.hpp" 00043 #include "torc/architecture/TileInfo.hpp" 00044 #include "torc/architecture/Tiles.hpp" 00045 #include "torc/architecture/Tilewire.hpp" 00046 #include "torc/architecture/Versions.hpp" 00047 #include "torc/architecture/WireInfo.hpp" 00048 #include "torc/architecture/WireUsage.hpp" 00049 #include "torc/architecture/XdlImporter.hpp" 00050 #include "torc/architecture/XilinxDatabaseTypes.hpp" 00051 00052 #endif // TORC_ARCHITECTURE_HPP