# HG changeset patch # User punk # Date 1272429615 14400 # Node ID 0cfbb1e2de22c51515ed3adbd013a80febd3fbbf # Parent cffe0829ce148f14f044a5d01c2fabff2eaf424a [svn r23] whoohoo! it Compiles (note with commented out stuff) diff -r cffe0829ce14 -r 0cfbb1e2de22 modules/bluespec/Pygar/core/AudioCoreRRR.cpp --- a/modules/bluespec/Pygar/core/AudioCoreRRR.cpp Wed Apr 28 00:21:02 2010 -0400 +++ b/modules/bluespec/Pygar/core/AudioCoreRRR.cpp Wed Apr 28 00:40:15 2010 -0400 @@ -9,8 +9,6 @@ #include "asim/provides/connected_application.h" - - using namespace std; // ===== service instantiation ===== @@ -81,6 +79,7 @@ } memory->Write(0,(UINT64) address, sizeof(UINT32), &data); +} void diff -r cffe0829ce14 -r 0cfbb1e2de22 modules/bluespec/Pygar/core/AudioCoreRRR.h --- a/modules/bluespec/Pygar/core/AudioCoreRRR.h Wed Apr 28 00:21:02 2010 -0400 +++ b/modules/bluespec/Pygar/core/AudioCoreRRR.h Wed Apr 28 00:40:15 2010 -0400 @@ -17,10 +17,10 @@ private: // self-instantiation static AUDIOCORERRR_SERVER_CLASS instance; + FILE *outputFile; FUNCP_SIMULATED_MEMORY_CLASS *memory; - - // server stub + // server stub RRR_SERVER_STUB serverStub; int count; @@ -44,7 +44,7 @@ UINT32 MemoryRequestLoad (UINT32 address); void MemoryRequestStore (UINT32 address, UINT32 data); - void SendProcessedStream(UINT16 control, UINT16 data0); + void SendProcessedStream(UINT16 control, UINT16 data0); }; diff -r cffe0829ce14 -r 0cfbb1e2de22 modules/bluespec/Pygar/core/AudioCoreSystem.h --- a/modules/bluespec/Pygar/core/AudioCoreSystem.h Wed Apr 28 00:21:02 2010 -0400 +++ b/modules/bluespec/Pygar/core/AudioCoreSystem.h Wed Apr 28 00:40:15 2010 -0400 @@ -23,7 +23,7 @@ #include "asim/provides/virtual_platform.h" -#include "asim/rrr/client_stub_AUDIOCORERRRSYSTEM.h" +#include "asim/rrr/client_stub_AUDIOCORERRR.h" typedef enum { EndOfFile = 0,