tommythorn / Reduceron

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 hardware garbage collection. Reduceron has been implemented on various FPGAs with clock frequency ranging from 60 to 150 MHz depending on the FPGA. A high degree of parallelism allows Reduceron to implement graph evaluation very efficiently. This fork aims to continue development on this, with a view to practical applications. Comments, questions, etc are welcome.
423 stars 29 forks source link

Grow the basic atom to 17 bits #2

Closed tommythorn closed 11 years ago

tommythorn commented 12 years ago

This is one bit away from the original 18 bit

tommythorn commented 11 years ago

Fixed with f3f1d21f