comparison modules/bluespec/Pygar/core/AudioCoreRRR.h @ 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 0cfbb1e2de22
children 49049f97312c
comparison
equal deleted inserted replaced
32:0c775e733b81 33:2c8166d205d5
39 39
40 // 40 //
41 // RRR service methods 41 // RRR service methods
42 // 42 //
43 43
44 /* Not Used by ScratchPad
44 UINT32 MemoryRequestLoad (UINT32 address); 45 UINT32 MemoryRequestLoad (UINT32 address);
45 void MemoryRequestStore (UINT32 address, UINT32 data); 46 void MemoryRequestStore (UINT32 address, UINT32 data);
47 */
46 48
47 void SendProcessedStream(UINT16 control, UINT16 data0); 49 void SendProcessedStream(UINT16 control, UINT16 data0);
48 }; 50 };
49 51
50 52