Mercurial > pygar
diff modules/bluespec/Pygar/core/AudioCoreRRR.rrr @ 52:49049f97312c pygar svn.53
[svn r53] sends to two cores (but has issues)
author | punk |
---|---|
date | Thu, 06 May 2010 08:57:53 -0400 |
parents | 16ba43f0a7c3 |
children |
line wrap: on
line diff
1.1 --- a/modules/bluespec/Pygar/core/AudioCoreRRR.rrr Wed May 05 17:01:04 2010 -0400 1.2 +++ b/modules/bluespec/Pygar/core/AudioCoreRRR.rrr Thu May 06 08:57:53 2010 -0400 1.3 @@ -3,14 +3,14 @@ 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] channel, in UINT32[32] ctrl, in UINT32[32] sample); 1.8 + method SendUnprocessedStream (in UINT32[32] channel, in UINT32[32] ctrl, in UINT32[32] sample); 1.9 1.10 }; 1.11 1.12 server sw (cpp, method) <- hw (bsv, connection) 1.13 { 1.14 method SendProcessedStream (in UINT32[32] ctrl, in UINT32[32] sample); 1.15 - 1.16 + method SendTerminate(in UINT32[32] flag); 1.17 1.18 }; 1.19