@hackage lambda-bridge0.1
A bridge from Haskell (on a CPU) to VHDL on a FPGA.
Categories
License
BSD-3-Clause
Maintainer
Andy Gill <andygill@ku.edu>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
- 0.1 Tue, 16 Nov 2010
Installation
Dependencies (1)
Dependents (1)
@hackage/acme-everything
Package Flags
example
(on by default)
build the single example
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)