matthijs/projects/montium-fft.git
16 years ago * Cleanup and comments.
unknown [Thu, 27 Mar 2008 15:45:13 +0000 (16:45 +0100)]
 * Cleanup and comments.

16 years ago * Cleanup main.cpp a bit.
unknown [Thu, 27 Mar 2008 12:43:19 +0000 (13:43 +0100)]
 * Cleanup main.cpp a bit.
 * Let the libmontiumc implementation allocate its memories itself, because the
   montiumcc version doesn't use global variables for that anymore.

16 years ago * Prefix all algorithm parameters with PARAM_ so we can still use variable
unknown [Thu, 27 Mar 2008 12:42:04 +0000 (13:42 +0100)]
 * Prefix all algorithm parameters with PARAM_ so we can still use variable
   names such as 'n'.

16 years ago * Remove some unused code.
unknown [Thu, 27 Mar 2008 12:28:15 +0000 (13:28 +0100)]
 * Remove some unused code.
 * Add more comments.
 * Slightly change the behaviour of do_half_regular_stage(), it now intializes
   the output addresses once instead of on every cycle. It also waits for the
   last write cycle to complete before returning.

16 years ago * Add current progress of the project. The code compiles and should be able to execu...
unknown [Thu, 27 Mar 2008 11:40:54 +0000 (12:40 +0100)]
 * Add current progress of the project. The code compiles and should be able to execute two stages of regular FFT by now.