Bitstream Interpretation Library (BIL)  0.1
Public Member Functions
bil::Correlator Class Reference

Correlates the data of a Design with its binary configuration data. More...

#include <correlation/Correlator.hpp>

List of all members.

Public Member Functions

void run (DeviceCfgDb &db, const Design &design, const Device &device, CfgExtractor &cfgExtractor)
 Runs the correlation algorithm.

Detailed Description

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.


Member Function Documentation

void Correlator::run ( DeviceCfgDb db,
const Design design,
const Device device,
CfgExtractor cfgExtractor 
)

Runs the correlation algorithm.

Parameters:
dbThe configuration data base to fill.
designThe design to correlate.
deviceThe device the design is for.
cfgExtractorExtractor for retrieving the configuration data.
Exceptions:
.

Definition at line 15 of file Correlator.cpp.


The documentation for this class was generated from the following files: