diff modules/bluespec/Pygar/core/AudioCoreRRR.rrr @ 36:99519a031813 pygar svn.37

[svn r37] moved the server into audioCorePipeline
author punk
date Tue, 04 May 2010 18:54:54 -0400
parents 1a21b4cd85ee
children 16ba43f0a7c3
line wrap: on
line diff
     1.1 --- a/modules/bluespec/Pygar/core/AudioCoreRRR.rrr	Tue May 04 12:14:24 2010 -0400
     1.2 +++ b/modules/bluespec/Pygar/core/AudioCoreRRR.rrr	Tue May 04 18:54:54 2010 -0400
     1.3 @@ -3,9 +3,9 @@
     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 +//	method   SendUnprocessedStream (in UINT32[32] channel, in UINT32[32] ctrl, in UINT32[32] sample);
    1.12  
    1.13      };
    1.14