From a2ef48a274f5812ee40f0520a164b5c730548d3b Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 1 Apr 2008 15:55:27 +0200 Subject: [PATCH] * Let the run() function set gpo(0) after completion of the algorithm. --- FFT.mc | 7 +++++++ 1 file changed, 7 insertions(+) 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(); } -- 2.30.2