@hackage / lambda-bridge

A bridge from Haskell (on a CPU) to VHDL on a FPGA.

Latest0.1

About

Metadata

  • Last updated , by AndyGill
  • License BSD-3-Clause
  • Categories FFI, Hardware, Network Development
  • Maintained by: Andy Gill <andygill@ku.edu>

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    example (on by default)

    build the single example

Readme

Lambda bridge is a generic bridge from Haskell (on a CPU) to VHDL on a FPGA.

In order to use the lambda bridge, you need to set the LB_PATH environment variable.

For example

% export LB_PATH=pwd/bridges/bin

If you type

% make bridges

Then the package will attempt to build the bridges (and put them in to bridges/bin)