Mercurial > pygar
diff modules/bluespec/Pygar/core/AudioCoreRRR.rrr @ 33:2c8166d205d5 pygar svn.34
[svn r34] uses scratchpad, set up for audio through c
author | punk |
---|---|
date | Tue, 04 May 2010 10:13:53 -0400 |
parents | 6d461680c6d9 |
children | 1a21b4cd85ee |
line wrap: on
line diff
1.1 --- a/modules/bluespec/Pygar/core/AudioCoreRRR.rrr Mon May 03 09:53:56 2010 -0400 1.2 +++ b/modules/bluespec/Pygar/core/AudioCoreRRR.rrr Tue May 04 10:13:53 2010 -0400 1.3 @@ -9,8 +9,10 @@ 1.4 server sw (cpp, method) <- hw (bsv, connection) 1.5 { 1.6 method SendProcessedStream (in UINT32[32] ctrl, in UINT32[32] sample); 1.7 - method MemoryRequestLoad (in UINT32[32] address, out UINT32[32] value); 1.8 - method MemoryRequestStore (in UINT32[32] address, in UINT32[32] value); 1.9 + 1.10 +// Not used by SCRATCHPAD 1.11 +// method MemoryRequestLoad (in UINT32[32] address, out UINT32[32] value); 1.12 +// method MemoryRequestStore (in UINT32[32] address, in UINT32[32] value); 1.13 }; 1.14 1.15 };