Mercurial > pygar
comparison modules/bluespec/Pygar/core/AudioCoreRRR.cpp @ 53:2991344775f8 pygar svn.54
[svn r54] mixer integrated
author | punk |
---|---|
date | Sun, 09 May 2010 10:58:40 -0400 |
parents | 49049f97312c |
children | bf08daea854e |
comparison
equal
deleted
inserted
replaced
52:49049f97312c | 53:2991344775f8 |
---|---|
118 fflush(outputFile); | 118 fflush(outputFile); |
119 fclose(outputFile); | 119 fclose(outputFile); |
120 } | 120 } |
121 | 121 |
122 // Long term this should be in the data portion. But until I have code running, keep it here. | 122 // Long term this should be in the data portion. But until I have code running, keep it here. |
123 count++; | 123 // count++; |
124 if (count == 2) | 124 //if (count == 2) |
125 CONNECTED_APPLICATION_CLASS::EndSimulation(); | 125 CONNECTED_APPLICATION_CLASS::EndSimulation(); |
126 break; | 126 break; |
127 | 127 |
128 case Data: | 128 case Data: |
129 if(outputFile == NULL) { | 129 if(outputFile == NULL) { |