Mercurial > pygar
diff modules/bluespec/Pygar/core/Processor.bsv @ 19:9910c032f38d pygar svn.20
[svn r20] fixed some random reference errot
author | rlm |
---|---|
date | Tue, 27 Apr 2010 23:31:38 -0400 |
parents | a1833d9f6e3d |
children | cffe0829ce14 |
line wrap: on
line diff
1.1 --- a/modules/bluespec/Pygar/core/Processor.bsv Tue Apr 27 23:06:26 2010 -0400 1.2 +++ b/modules/bluespec/Pygar/core/Processor.bsv Tue Apr 27 23:31:38 2010 -0400 1.3 @@ -20,6 +20,8 @@ 1.4 // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 1.5 // THE SOFTWARE. 1.6 1.7 + 1.8 + 1.9 import Connectable::*; 1.10 import GetPut::*; 1.11 import ClientServer::*; 1.12 @@ -618,9 +620,9 @@ 1.13 // endmethod 1.14 // endinterface 1.15 1.16 - interface Get sampleOutput; 1.17 - interface sampleOutput = fifoToGet(outAudioFifo); 1.18 - endinterface 1.19 + 1.20 + interface Get sampleOutput = fifoToGet(outAudioFifo); 1.21 + 1.22 1.23 1.24 endmodule