changeset 35:14f7a7ace3f5 pygar svn.36

[svn r36] created test wav files
author rlm
date Tue, 04 May 2010 12:14:24 -0400
parents 1a21b4cd85ee
children 99519a031813
files benchmarks/audio_processor_test/rlp.wav benchmarks/audio_processor_test/rlp1.wav modules/bluespec/Pygar/core/Processor.bsv
diffstat 3 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
     1.1 Binary file benchmarks/audio_processor_test/rlp.wav has changed
     2.1 Binary file benchmarks/audio_processor_test/rlp1.wav has changed
     3.1 --- a/modules/bluespec/Pygar/core/Processor.bsv	Tue May 04 12:08:19 2010 -0400
     3.2 +++ b/modules/bluespec/Pygar/core/Processor.bsv	Tue May 04 12:14:24 2010 -0400
     3.3 @@ -271,8 +271,8 @@
     3.4  
     3.5  
     3.6     // Statistics state (2010)
     3.7 -//   Reg#(Stat) num_cycles <- mkReg(0);
     3.8 -//   Reg#(Stat) num_inst <- mkReg(0);
     3.9 +   //   Reg#(Stat) num_cycles <- mkReg(0);
    3.10 +   //   Reg#(Stat) num_inst <- mkReg(0);
    3.11  
    3.12     //Or:
    3.13     // Statistics state