diff modules/bluespec/Pygar/core/AudioCoreRRR.cpp @ 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 220c14f5963c
children 49049f97312c
line wrap: on
line diff
     1.1 --- a/modules/bluespec/Pygar/core/AudioCoreRRR.cpp	Mon May 03 09:53:56 2010 -0400
     1.2 +++ b/modules/bluespec/Pygar/core/AudioCoreRRR.cpp	Tue May 04 10:13:53 2010 -0400
     1.3 @@ -62,6 +62,7 @@
     1.4  // RRR service methods
     1.5  //
     1.6  
     1.7 +/* Not used by scratchpad
     1.8  UINT32
     1.9  AUDIOCORERRR_SERVER_CLASS::MemoryRequestLoad (UINT32 address)
    1.10  {
    1.11 @@ -86,6 +87,7 @@
    1.12  
    1.13    memory->Write(0,(UINT64) address, sizeof(UINT32), &data); 
    1.14  }
    1.15 +*/
    1.16  
    1.17  void
    1.18