comparison modules/bluespec/Pygar/core/AudioCoreSystem.cpp @ 50:2b18894f75e2 pygar svn.51

[svn r51] fixed processor- it works
author punk
date Wed, 05 May 2010 15:19:32 -0400
parents 4d87fa55a776
children 49049f97312c
comparison
equal deleted inserted replaced
49:61f6267cb3db 50:2b18894f75e2
159 // this part is ok because there is always only one input file. 159 // this part is ok because there is always only one input file.
160 generate_wav("out_hw.pcm","input.wav","out_hw.wav"); 160 generate_wav("out_hw.pcm","input.wav","out_hw.wav");
161 161
162 printf("generate wav done\n"); 162 printf("generate wav done\n");
163 163
164 printf("If you missed it, core %s", coreFin ? "PASSED\n" : "FAILED\n"); 164 // printf("If you missed it, core %s", coreFin ? "PASSED\n" : "FAILED\n");
165 // Dump the stats file 165 // Dump the stats file
166 166
167 STATS_DEVICE_SERVER_CLASS::GetInstance()->DumpStats(); 167 STATS_DEVICE_SERVER_CLASS::GetInstance()->DumpStats();
168 STATS_DEVICE_SERVER_CLASS::GetInstance()->EmitFile(); 168 STATS_DEVICE_SERVER_CLASS::GetInstance()->EmitFile();
169 169