From: unknown Date: Tue, 1 Apr 2008 13:55:27 +0000 (+0200) Subject: * Let the run() function set gpo(0) after completion of the algorithm. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fmontium-fft.git;a=commitdiff_plain;h=a2ef48a274f5812ee40f0520a164b5c730548d3b * Let the run() function set gpo(0) after completion of the algorithm. --- diff --git a/FFT.mc b/FFT.mc index 4a80cfa..8fb50f1 100644 --- a/FFT.mc +++ b/FFT.mc @@ -270,4 +270,11 @@ void run() { do_regular_stage(2); do_regular_stage(3); do_regular_stage(4); + + set_gpo(0); + next_cycle(); + freeze(); + clear_gpo(0); + next_cycle(); + freeze(); }