Skip to content

Releases: delhatch/Pure_Mandel

Code simplifications

12 Jan 02:05
Compare
Choose a tag to compare
  • Modified Mandel.v to use "generate" to instantiate the calculating engines.
  • mandel_constants file now uses $clog2 to calculate the bus widths rather than having to enter that manually.
  • Minor bug fix for mod_counter.v to properly indicate the final state.

Better/Faster engine

14 Dec 04:00
042549d
Compare
Choose a tag to compare

Eliminated a state in Engine.v, and split the calculation across two states, allowing for a much faster clock (increased to 112 MHz from 84 MHz).
This increased the frame-rate from 13.5 fps to 20.5 fps.

12 engines

11 Nov 04:43
Compare
Choose a tag to compare

Releasing a version of the software (and .sof file) with 12 engines instantiated.

Initial release

11 Nov 04:33
Compare
Choose a tag to compare

Fully functional and complete.