diff modules/bluespec/Pygar/core/AudioCoreRRR.rrr @ 41:16ba43f0a7c3 pygar svn.42

[svn r42] got channels working
author rlm
date Tue, 04 May 2010 22:32:52 -0400
parents 99519a031813
children 49049f97312c
line wrap: on
line diff
     1.1 --- a/modules/bluespec/Pygar/core/AudioCoreRRR.rrr	Tue May 04 19:53:09 2010 -0400
     1.2 +++ b/modules/bluespec/Pygar/core/AudioCoreRRR.rrr	Tue May 04 22:32:52 2010 -0400
     1.3 @@ -3,9 +3,7 @@
     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 -	//rlm: here it is modified to take N
     1.9 -//	method   SendUnprocessedStream (in UINT32[32] channel, in UINT32[32] ctrl, in UINT32[32] sample);
    1.10 +        method   SendUnprocessedStream (in UINT32[32] channel, in UINT32[32] ctrl, in UINT32[32] sample);
    1.11  
    1.12      };
    1.13  
    1.14 @@ -13,9 +11,7 @@
    1.15      {
    1.16         method SendProcessedStream (in UINT32[32] ctrl, in UINT32[32] sample);
    1.17  
    1.18 -// Not used by SCRATCHPAD
    1.19 -//     method MemoryRequestLoad  (in UINT32[32] address, out UINT32[32] value);
    1.20 -//     method MemoryRequestStore (in UINT32[32] address, in UINT32[32] value);
    1.21 +
    1.22      };
    1.23  
    1.24   };