OpenASIP
2.0
|
#include "RFCostEstimationPlugin.hh"
#include "Application.hh"
#include "DataObject.hh"
#include "Exception.hh"
#include "HDBManager.hh"
#include "BaseRegisterFile.hh"
#include "ExecutionTrace.hh"
#include "Conversion.hh"
Go to the source code of this file.
Classes | |
class | StrictMatchRFEstimator |
Declaration of StrictMatchRFEstimator. A RF estimation plugin that estimates data only by fetching prestored cost data of the units. It does not perform any kind of linearization etc. to try to estimate a RF that has not direct cost data in HDB.
Definition in file StrictMatchRFEstimator.cc.