OpenASIP
2.0
|
#include "FUCostEstimationPlugin.hh"
#include "Application.hh"
#include "DataObject.hh"
#include "Exception.hh"
#include "HDBManager.hh"
#include "FunctionUnit.hh"
#include "ExecutionTrace.hh"
#include "StringTools.hh"
Go to the source code of this file.
Classes | |
class | StrictMatchFUEstimator |
Declaration of StrictMatchFUEstimator. An FU estimation plugin that estimates FUs simply by fetching pre-stored cost data of the units from HDB. It does not perform any kind of linearization etc. to
estimate an FU that has not direct cost data in HDB.
Definition in file StrictMatchFUEstimator.cc.