Bitstream Interpretation Library (BIL)
0.1
|
Contains the main method of the bitcorrelate program. More...
#include <cstdlib>
#include <cstring>
#include <fstream>
#include <iostream>
#include <bitfile/BitFileData.hpp>
#include <bitfile/BitFileReader.hpp>
#include <bitstream/V5BitstreamReader.hpp>
#include <configuration/V5AddressLayout.hpp>
#include <configuration/V5AddressLayoutRegistry.hpp>
#include <correlation/cfgextraction/V5CfgTileMap.hpp>
#include <correlation/cfgextraction/V5CfgExtractor.hpp>
#include <correlation/Correlator.hpp>
#include <datagen/bitcorrelate/bitcorrelateArgs.hpp>
#include <datagen/bitcorrelate/bitcorrelateMsgs.hpp>
#include <deviceinfo/DeviceNameUtil.hpp>
#include <deviceinfo/DeviceRegistry.hpp>
#include <exception/CommandLineException.hpp>
#include <mappingdb/DeviceCfgDb.hpp>
#include <mappingdb/DeviceCfgDbStats.hpp>
#include <packetprocessor/V5PacketProcessor.hpp>
#include <xdl/model/Design.hpp>
#include <xdl/parser/XDLParser.hpp>
#include <xdlrc/model/Device.hpp>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Contains the main method of the bitcorrelate program.
The bitcorrelate program reads in a XDL design, and its corresponding bitstream. By correlating both data sets it retrieves bit positions of the PIPs and configuration options.
Definition in file bitcorrelate.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 36 of file bitcorrelate.cpp.