Reduceron icon indicating copy to clipboard operation
Reduceron copied to clipboard

FPGA Haskell machine with game changing performance. Reduceron is Matthew Naylor, Colin Runciman and Jason Reich's high performance FPGA softcore for running lazy functional programs, including hardwa...

Results 17 Reduceron issues
Sort by recently updated
recently updated
newest added

Primes.fl is a simple division-free sieve of eratosthenes, however the Flite translation grows the update stack boundlessly which changed to generate a unlimited set of primes. I need to understand...

Creating a byte array for every bit is clearly to wasteful, but as arbitrarily wide data needs support, we are faced with an ugly problem of splitting the memory into...

Fatal errors are bad, but silent failures are much much worse. Having these spill to memory is probably both hard and expensive (in cycle time). It's likely a better choice...

PCIe would be great, but a serial port based proxy will have to be good enough. The GDB stub protocol may be an option

I saw Fay using https://travis-ci.org for this and it looked nifty, though Reducerons mix of Haskell, C, and Verilog/VHDL means that not all can be checked (yet).

As touched upon in #36, Reduceron doesn't build anymore due to changes to the GHC/Cabal/Stack. Part of the problem is that Flite is effectively a separate project, but a mandatory...

💎 Bounty