projects
/
matthijs
/
projects
/
montium-fft.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23a9ac9
)
* Let the run() function set gpo(0) after completion of the algorithm.
author
unknown
<s0042331@.dynamic.ewi.utwente.nl>
Tue, 1 Apr 2008 13:55:27 +0000
(15:55 +0200)
committer
unknown
<s0042331@.dynamic.ewi.utwente.nl>
Tue, 1 Apr 2008 13:55:27 +0000
(15:55 +0200)
FFT.mc
patch
|
blob
|
history
diff --git
a/FFT.mc
b/FFT.mc
index 4a80cfa8cc6241cc3f28a5c7d6b1e6a79c823215..8fb50f1ee8f598b938b95d7f7ae69546309d02ce 100644
(file)
--- a/
FFT.mc
+++ b/
FFT.mc
@@
-270,4
+270,11
@@
void run() {
do_regular_stage(2);
\r
do_regular_stage(3);
\r
do_regular_stage(4);
\r
+
\r
+ set_gpo(0);
\r
+ next_cycle();
\r
+ freeze();
\r
+ clear_gpo(0);
\r
+ next_cycle();
\r
+ freeze();
\r
}
\r