Mercurial > pygar
diff modules/bluespec/Pygar/core/Processor.bsv @ 37:0475235d1513 pygar svn.38
[svn r38] fixed audiocorepipe
author | punk |
---|---|
date | Tue, 04 May 2010 19:25:30 -0400 |
parents | 99519a031813 |
children | ced2ebd41347 |
line wrap: on
line diff
1.1 --- a/modules/bluespec/Pygar/core/Processor.bsv Tue May 04 18:54:54 2010 -0400 1.2 +++ b/modules/bluespec/Pygar/core/Processor.bsv Tue May 04 19:25:30 2010 -0400 1.3 @@ -81,15 +81,6 @@ 1.4 1.5 endinterface 1.6 1.7 -//The full interface for this is as below in the common file for audioProcessorTypes.bsv 1.8 -//interface AudioOut; 1.9 -// interface Get#(AudioProcessorUnit) audioSampleOutput; 1.10 -//endinterface 1.11 - 1.12 -//interface AudioIn; 1.13 -// interface Put#(AudioProcessorUnit) audioSampleInput; 1.14 -//endinterface 1.15 - 1.16 typedef enum { PCgen, Exec, Writeback } Stage deriving(Eq,Bits); 1.17 1.18 //----------------------------------------------------------- 1.19 @@ -585,7 +576,7 @@ 1.20 // endrule 1.21 1.22 rule flagAudioEnd (inAudioFifo.first() matches tagged EndOfFile); 1.23 - $display (" Proc Says End Audio Flag Set "); 1.24 + $display (" PROCESSOR End Audio Flag Set "); 1.25 cp0_audioEOF <= True; 1.26 inAudioFifo.deq; 1.27 endrule