Bitstream Interpretation Library (BIL)
0.1
|
Contains the main method of the bitreverse program. More...
#include <cstdlib>
#include <cstring>
#include <fstream>
#include <iostream>
#include <application/bitreverse/bitreverseArgs.hpp>
#include <application/bitreverse/bitreverseMsgs.hpp>
#include <bitfile/BitFileData.hpp>
#include <bitfile/BitFileReader.hpp>
#include <bitstream/V5BitstreamReader.hpp>
#include <bitstream/V5BitstreamDeviceDetector.hpp>
#include <cfgdecode/CfgDecoder.hpp>
#include <cfgdecode/CfgPrint.hpp>
#include <configuration/V5AddressLayout.hpp>
#include <configuration/V5AddressLayoutRegistry.hpp>
#include <correlation/cfgextraction/V5CfgExtractor.hpp>
#include <correlation/cfgextraction/V5CfgTileMap.hpp>
#include <deviceinfo/DeviceRegistry.hpp>
#include <exception/CommandLineException.hpp>
#include <mappingdb/DeviceCfgDb.hpp>
#include <packetprocessor/V5PacketProcessor.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 bitreverse program.
The bitreverse program reads in a bitstream, and outputs a XDL file with the design reconstructed from bitstream.
Definition in file bitreverse.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 33 of file bitreverse.cpp.