Mercurial > pygar
diff modules/bluespec/Pygar/core/AudioCoreRRR.cpp @ 65:cf8bb3038cbd pygar svn.66
[svn r66] sim passes
author | punk |
---|---|
date | Tue, 11 May 2010 09:05:22 -0400 |
parents | bf08daea854e |
children |
line wrap: on
line diff
1.1 --- a/modules/bluespec/Pygar/core/AudioCoreRRR.cpp Mon May 10 23:16:14 2010 -0400 1.2 +++ b/modules/bluespec/Pygar/core/AudioCoreRRR.cpp Tue May 11 09:05:22 2010 -0400 1.3 @@ -20,11 +20,12 @@ 1.4 { 1.5 // instantiate stub 1.6 1.7 - printf("ReceiveSide Created\n"); 1.8 outputFile = NULL; 1.9 memory = NULL; 1.10 fflush(stdout); 1.11 count = 0; 1.12 + printf("ReceiveSide Created\n"); 1.13 + 1.14 } 1.15 1.16 // destructor 1.17 @@ -132,7 +133,7 @@ 1.18 } 1.19 1.20 CONNECTED_APPLICATION_CLASS::UpdateSemaphore(); 1.21 - // printf("rlm: writing data to out_hw.pcm\n"); 1.22 + printf("rlm: writing data to out_hw.pcm\n"); 1.23 fwrite(&data, 2,1 , outputFile); 1.24 break; 1.25 }