Bitstream Interpretation Library (BIL)
0.1
|
Contains the main method of the bitextract program. More...
#include <cstdlib>
#include <fstream>
#include <iostream>
#include <application/bitextract/bitextractArgs.hpp>
#include <application/bitextract/bitextractMsgs.hpp>
#include <bitfile/BitFileData.hpp>
#include <bitfile/BitFileReader.hpp>
#include <bitstream/V5BitstreamReader.hpp>
#include <bitstream/V5BitstreamDeviceDetector.hpp>
#include <configuration/V5AddressLayout.hpp>
#include <configuration/V5AddressLayoutRegistry.hpp>
#include <configuration/V5ConfigurationDump.hpp>
#include <deviceinfo/DeviceRegistry.hpp>
#include <exception/CommandLineException.hpp>
#include <packetprocessor/V5PacketProcessor.hpp>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Contains the main method of the bitextract program.
The bitextract program extracts the configuration frames out of a Xilinx bitfile into a binary file.
Definition in file bitextract.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 25 of file bitextract.cpp.