OpenASIP
2.0
|
#include <vector>
#include <string>
#include <set>
#include <memory>
#include "DesignSpaceExplorerPlugin.hh"
#include "MachineConnectivityCheck.hh"
#include "DSDBManager.hh"
#include "Machine.hh"
#include "Connection.hh"
#include "TestApplication.hh"
#include "Program.hh"
#include "Instruction.hh"
#include "Move.hh"
#include "Port.hh"
#include "FUPort.hh"
#include "Socket.hh"
#include "Terminal.hh"
#include "HDBRegistry.hh"
#include "ICDecoderEstimatorPlugin.hh"
#include "ControlUnit.hh"
#include "HWOperation.hh"
#include "StringTools.hh"
#include "Segment.hh"
#include "CostEstimates.hh"
#include "Application.hh"
#include "Exception.hh"
#include "Procedure.hh"
#include "LLVMBackend.hh"
#include "RegisterQuantityCheck.hh"
#include "MinimalOpSetCheck.hh"
#include "MachineCheckResults.hh"
#include "tce_config.h"
Go to the source code of this file.
Classes | |
class | ConnectionSweeper |
Explorer plugin that optimizes the interconnection network by removing connections with least effect to the cycle count.
Definition in file ConnectionSweeper.cc.