Mercurial > pygar
diff modules/bluespec/Pygar/core/AudioCoreSystem.cpp @ 39:5a30f173bbac pygar svn.40
[svn r40] no longer cpu terminating dependent
author | punk |
---|---|
date | Tue, 04 May 2010 19:32:25 -0400 |
parents | 0475235d1513 |
children | 16ba43f0a7c3 |
line wrap: on
line diff
1.1 --- a/modules/bluespec/Pygar/core/AudioCoreSystem.cpp Tue May 04 19:27:38 2010 -0400 1.2 +++ b/modules/bluespec/Pygar/core/AudioCoreSystem.cpp Tue May 04 19:32:25 2010 -0400 1.3 @@ -104,7 +104,7 @@ 1.4 //rlm: here we read both files. later refactor into a function. 1.5 // also, this will terminate when the FIRST file reaches its end. 1.6 while( fread(&sample, 2, 1, inputFile)) //&& (fread(&sample1, 2 , 1, inputFile1))) 1.7 - { 1.8 + { /* 1.9 printf("hi\n"); 1.10 if (!coreFin && (result = clientStub->ReadCPUToHost(0)) != 1) 1.11 { 1.12 @@ -123,6 +123,7 @@ 1.13 printf("\n***SOFT_CORE PASSED***\n"); 1.14 coreFin = true; 1.15 } 1.16 + */ 1.17 1.18 if(count%1000 == 0) 1.19 printf("main: %d\n", count);