Lambdaya-0.2.0.0.1: Library for RedPitaya

Safe HaskellNone
LanguageHaskell2010

System.RedPitaya.Arm

Description

Red Pitaya library for accessing FPGA from arm. This code can be executed only natively on RedPitay Zinq proc using arm ghc compiler

check doc/build.md for notes on how to compile crosscompiler

Synopsis

Documentation

type FpgaArm = ReaderT FpgaPtr IO Source

FpgaSetGet get for running on Arm

withOpenFpga :: FpgaArm () -> IO () Source

This function handles initialising Fpga memory mapping and evaluates Fpga action.