diff modules/bluespec/Pygar/core/AudioCoreRRR.rrr @ 34:1a21b4cd85ee pygar svn.35

[svn r35] fixed the perl scripts and c files to handle multiple voices
author rlm
date Tue, 04 May 2010 12:08:19 -0400
parents 2c8166d205d5
children 99519a031813
line wrap: on
line diff
     1.1 --- a/modules/bluespec/Pygar/core/AudioCoreRRR.rrr	Tue May 04 10:13:53 2010 -0400
     1.2 +++ b/modules/bluespec/Pygar/core/AudioCoreRRR.rrr	Tue May 04 12:08:19 2010 -0400
     1.3 @@ -3,7 +3,10 @@
     1.4      server hw (bsv, connection) <- sw (cpp, method)
     1.5      {
     1.6          method ReadCPUToHost  (out UINT32[32] regValue, in UINT32[32] dummy);
     1.7 -        method SendUnprocessedStream (in UINT32[32] ctrl, in UINT32[32] sample);
     1.8 +        //method SendUnprocessedStream (in UINT32[32] ctrl, in UINT32[32] sample);
     1.9 +	//rlm: here it is modified to take N
    1.10 +	method   SendUnprocessedStream (in UINT32[32] channel, in UINT32[32] ctrl, in UINT32[32] sample);
    1.11 +
    1.12      };
    1.13  
    1.14      server sw (cpp, method) <- hw (bsv, connection)