GithubHelp home page GithubHelp logo

rob0tsunny / bil Goto Github PK

View Code? Open in Web Editor NEW

This project forked from florianbenz/bil

0.0 1.0 0.0 303.61 MB

Bitfile Interpretation Library for Xilinx Virtex FPGAs

License: Other

C++ 99.98% JavaScript 0.02%

bil's Introduction

BIL

Introduction

The Bitstream Interpretation Library, in short BIL, is an open library for reading and interpreting Xilinx bitstream files targeted at Virtex FPGAs. Its main features are:

  • Configuration raw data extraction from bitstream files. This is done using an emulator of the FPGA's packet processor.
  • XDL design regeneration out of configuration raw data. The required mapping between raw data bits and resulting FPGA configuration is fetched from a database generated in a previous step. At the moment this does not recover a full netlist, but only the inter-tile PIPs.
  • Automated configuration mapping analyzation of a device. This is done by correlating a XDL design with the corresponding bitstream.
  • Usage of XDLRC device descriptions as data source for available resources and XDL entities. In order to facilitate their usage, they are converted into a much smaller custom format.
  • Support for all devices in the Virtex-5 family.

Target platform

BIL is written in plain C++ and uses no hardware or software platform specific features. It should be compilable by every standard conforming C++ compiler.

Usage

BIL comes as a set of C++ classes that you can use directly in your project. All neccessary headers and implementation files can be found in the src folder.

If you do not want to compile BIL everytime you include it in a project, you may wish to use it as a static library. Therefore, there is a project for building BIL that way. Additionally, precompiled x86 Windows versions of the library are located in the lib folder.

Instead of integrating BIL into your project, you can also use the applications that come along with it. These are precompiled for x86 Windows (in the bin folder). For building them on your own, there are appropriate projects.

At the moment all project files are MS Visual Studio 2008 projects.

Documentation

You can find the documentation in the doc folder. Alternatively, it is available online at http://florianbenz.github.com/bil.

License

BIL is licensed under the terms of the FreeBSD License, see included LICENSE file.

bil's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.