diff 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
line wrap: on
line diff
     1.1 --- a/modules/bluespec/Pygar/core/AudioCoreRRR.h	Mon May 03 09:53:56 2010 -0400
     1.2 +++ b/modules/bluespec/Pygar/core/AudioCoreRRR.h	Tue May 04 10:13:53 2010 -0400
     1.3 @@ -41,8 +41,10 @@
     1.4      // RRR service methods
     1.5      //
     1.6  
     1.7 +   /* Not Used by ScratchPad
     1.8     UINT32 MemoryRequestLoad  (UINT32 address);
     1.9     void   MemoryRequestStore (UINT32 address, UINT32 data);
    1.10 +   */
    1.11  
    1.12     void   SendProcessedStream(UINT16 control, UINT16 data0);
    1.13  };