comparison 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
comparison
equal deleted inserted replaced
32:0c775e733b81 33:2c8166d205d5
7 }; 7 };
8 8
9 server sw (cpp, method) <- hw (bsv, connection) 9 server sw (cpp, method) <- hw (bsv, connection)
10 { 10 {
11 method SendProcessedStream (in UINT32[32] ctrl, in UINT32[32] sample); 11 method SendProcessedStream (in UINT32[32] ctrl, in UINT32[32] sample);
12 method MemoryRequestLoad (in UINT32[32] address, out UINT32[32] value); 12
13 method MemoryRequestStore (in UINT32[32] address, in UINT32[32] value); 13 // Not used by SCRATCHPAD
14 // method MemoryRequestLoad (in UINT32[32] address, out UINT32[32] value);
15 // method MemoryRequestStore (in UINT32[32] address, in UINT32[32] value);
14 }; 16 };
15 17
16 }; 18 };