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

[ bsd3, foreign, hardware, library, middleware, network, program ] [ Propose Tags ]

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


[Skip to Readme]

Modules

  • Foreign
    • Foreign.LambdaBridge

Flags

Automatic Flags
NameDescriptionDefault
example

build the single example

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1
Dependencies base (>=4 && <5) [details]
License BSD-3-Clause
Author Andy Gill <andygill@ku.edu>
Maintainer Andy Gill <andygill@ku.edu>
Category Foreign, Hardware, Middleware, Network
Home page http://www.ittc.ku.edu/csdl/fpg/Tools/LambdaBridge
Uploaded by AndyGill at 2010-11-16T04:34:27Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables haskell-test1
Downloads 1301 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-28 [all 8 reports]

Readme for lambda-bridge-0.1

[back to package description]
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)