Bitstream Interpretation Library (BIL)
0.1
|
Correlates the data of a Design with its binary configuration data. More...
#include <correlation/Correlator.hpp>
Public Member Functions | |
void | run (DeviceCfgDb &db, const Design &design, const Device &device, CfgExtractor &cfgExtractor) |
Runs the correlation algorithm. |
Correlates the data of a Design with its binary configuration data.
This class does the main work for associating the Design data (activated PIPs and set options) with the binary configuration data. The results of this correlation process will be saved into a DeviceCfgDb data base.
Definition at line 28 of file Correlator.hpp.
void Correlator::run | ( | DeviceCfgDb & | db, |
const Design & | design, | ||
const Device & | device, | ||
CfgExtractor & | cfgExtractor | ||
) |
Runs the correlation algorithm.
db | The configuration data base to fill. |
design | The design to correlate. |
device | The device the design is for. |
cfgExtractor | Extractor for retrieving the configuration data. |
. |
Definition at line 15 of file Correlator.cpp.