diff modules/bluespec/Pygar/core/AudioCoreRRR.h @ 52:49049f97312c pygar svn.53

[svn r53] sends to two cores (but has issues)
author punk
date Thu, 06 May 2010 08:57:53 -0400
parents 2c8166d205d5
children
line wrap: on
line diff
     1.1 --- a/modules/bluespec/Pygar/core/AudioCoreRRR.h	Wed May 05 17:01:04 2010 -0400
     1.2 +++ b/modules/bluespec/Pygar/core/AudioCoreRRR.h	Thu May 06 08:57:53 2010 -0400
     1.3 @@ -10,7 +10,6 @@
     1.4  #include "asim/provides/rrr.h"
     1.5  
     1.6  
     1.7 -
     1.8  typedef class AUDIOCORERRR_SERVER_CLASS* AUDIOCORERRR_SERVER;
     1.9  class AUDIOCORERRR_SERVER_CLASS: public RRR_SERVER_CLASS, public PLATFORMS_MODULE_CLASS
    1.10  {
    1.11 @@ -45,7 +44,7 @@
    1.12     UINT32 MemoryRequestLoad  (UINT32 address);
    1.13     void   MemoryRequestStore (UINT32 address, UINT32 data);
    1.14     */
    1.15 -
    1.16 +   void   SendTerminate(UINT32 flag);
    1.17     void   SendProcessedStream(UINT16 control, UINT16 data0);
    1.18  };
    1.19