Mercurial > pygar
diff modules/bluespec/Pygar/core/Processor.bsv @ 35:14f7a7ace3f5 pygar svn.36
[svn r36] created test wav files
author | rlm |
---|---|
date | Tue, 04 May 2010 12:14:24 -0400 |
parents | 2c8166d205d5 |
children | 99519a031813 |
line wrap: on
line diff
1.1 --- a/modules/bluespec/Pygar/core/Processor.bsv Tue May 04 12:08:19 2010 -0400 1.2 +++ b/modules/bluespec/Pygar/core/Processor.bsv Tue May 04 12:14:24 2010 -0400 1.3 @@ -271,8 +271,8 @@ 1.4 1.5 1.6 // Statistics state (2010) 1.7 -// Reg#(Stat) num_cycles <- mkReg(0); 1.8 -// Reg#(Stat) num_inst <- mkReg(0); 1.9 + // Reg#(Stat) num_cycles <- mkReg(0); 1.10 + // Reg#(Stat) num_inst <- mkReg(0); 1.11 1.12 //Or: 1.13 // Statistics state