* No longer keep a global variable with the current stage number, but pass it
authorunknown <s0042331@.dynamic.ewi.utwente.nl>
Tue, 1 Apr 2008 12:19:30 +0000 (14:19 +0200)
committerunknown <s0042331@.dynamic.ewi.utwente.nl>
Tue, 1 Apr 2008 12:19:30 +0000 (14:19 +0200)
   as an argument to the functions that need it. This also replaces the
   stage_odd parameter.
 * No longer loop through the needed stages, since the Montium sequencer can't
   change the twiddle memory mask dynamically. Instead, call the (new)
   do_regular_stage() function four times manually, with constant stage
   numbers that the optimizer can roll out.


No differences found