projf / projf-explore

Project F brings FPGAs to life with exciting open-source designs you can build on.
https://projectf.io
MIT License
588 stars 53 forks source link

Use local copy of FB for Life demo #122

Closed WillGreen closed 2 years ago

WillGreen commented 2 years ago

The Life on Screen demo is based around an old framebuffer I want to remove from the library. Rather than refactor the Life demo, I have copied the old frame and linebuffer modules into the demo so it can continue to run while tidying up the main lib directory.

This change removes unused modules from lib and improves a number of READMEs and source comments.

NB. The use of clock_gen_* modules is deprecated. They are still used by Project F maths demo, but will be removed soon.