changeset 22:0cfbb1e2de22 pygar svn.23

[svn r23] whoohoo! it Compiles (note with commented out stuff)
author punk
date Wed, 28 Apr 2010 00:40:15 -0400
parents cffe0829ce14
children 90197e3375e2
files modules/bluespec/Pygar/core/AudioCoreRRR.cpp modules/bluespec/Pygar/core/AudioCoreRRR.h modules/bluespec/Pygar/core/AudioCoreSystem.h
diffstat 3 files changed, 5 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/modules/bluespec/Pygar/core/AudioCoreRRR.cpp	Wed Apr 28 00:21:02 2010 -0400
     1.2 +++ b/modules/bluespec/Pygar/core/AudioCoreRRR.cpp	Wed Apr 28 00:40:15 2010 -0400
     1.3 @@ -9,8 +9,6 @@
     1.4  
     1.5  #include "asim/provides/connected_application.h"
     1.6  
     1.7 -
     1.8 -
     1.9  using namespace std;
    1.10  
    1.11  // ===== service instantiation =====
    1.12 @@ -81,6 +79,7 @@
    1.13    }
    1.14  
    1.15    memory->Write(0,(UINT64) address, sizeof(UINT32), &data); 
    1.16 +}
    1.17  
    1.18  void
    1.19  
     2.1 --- a/modules/bluespec/Pygar/core/AudioCoreRRR.h	Wed Apr 28 00:21:02 2010 -0400
     2.2 +++ b/modules/bluespec/Pygar/core/AudioCoreRRR.h	Wed Apr 28 00:40:15 2010 -0400
     2.3 @@ -17,10 +17,10 @@
     2.4    private:
     2.5      // self-instantiation
     2.6      static AUDIOCORERRR_SERVER_CLASS instance;
     2.7 +    FILE *outputFile;
     2.8      FUNCP_SIMULATED_MEMORY_CLASS *memory;   
     2.9  
    2.10 - 
    2.11 -    // server stub
    2.12 +     // server stub
    2.13      RRR_SERVER_STUB serverStub;
    2.14  
    2.15      int count;    
    2.16 @@ -44,7 +44,7 @@
    2.17     UINT32 MemoryRequestLoad  (UINT32 address);
    2.18     void   MemoryRequestStore (UINT32 address, UINT32 data);
    2.19  
    2.20 -   void SendProcessedStream(UINT16 control, UINT16 data0);
    2.21 +   void   SendProcessedStream(UINT16 control, UINT16 data0);
    2.22  };
    2.23  
    2.24  
     3.1 --- a/modules/bluespec/Pygar/core/AudioCoreSystem.h	Wed Apr 28 00:21:02 2010 -0400
     3.2 +++ b/modules/bluespec/Pygar/core/AudioCoreSystem.h	Wed Apr 28 00:40:15 2010 -0400
     3.3 @@ -23,7 +23,7 @@
     3.4  
     3.5  #include "asim/provides/virtual_platform.h"
     3.6  
     3.7 -#include "asim/rrr/client_stub_AUDIOCORERRRSYSTEM.h"
     3.8 +#include "asim/rrr/client_stub_AUDIOCORERRR.h"
     3.9  
    3.10  typedef enum {
    3.11    EndOfFile = 0,