Mercurial > pygar
diff modules/bluespec/Pygar/core/audioCorePipeline.bsv~ @ 15:a1833d9f6e3d pygar svn.16
[svn r16] Recent
author | punk |
---|---|
date | Tue, 27 Apr 2010 13:11:45 -0400 |
parents | 6d461680c6d9 |
children |
line wrap: on
line diff
1.1 --- a/modules/bluespec/Pygar/core/audioCorePipeline.bsv~ Tue Apr 27 09:13:34 2010 -0400 1.2 +++ b/modules/bluespec/Pygar/core/audioCorePipeline.bsv~ Tue Apr 27 13:11:45 2010 -0400 1.3 @@ -33,7 +33,7 @@ 1.4 `include "asim/provides/common_services.bsh" 1.5 1.6 //Local includes 1.7 -`include "asim/provides/audio_processor_types.bsh" //provides Audio Pipeline interface 1.8 +`include "asim/provides/audio_pipe_types.bsh" //provides Audio Pipeline interface 1.9 `include "asim/provides/core.bsh" 1.10 1.11 `include "asim/rrr/remote_client_stub_AUDIOCORERRR.bsh" 1.12 @@ -46,7 +46,7 @@ 1.13 //External memory 1.14 // I'm not comfortable assuming that the memory subsystem is in order 1.15 // So I'll insert a completion buffer here. 1.16 - ClientStub_PROCESSORSYSTEMRRR client_stub <- mkClientStub_PROCESSORSYSTEMRRR(); 1.17 + ClientStub_AUDIOCORERRR client_stub <- mkClientStub_AUDIOCORERRR(); 1.18 // Make this big enough so that several outstanding requests may be supported 1.19 FIFO#(Bit#(MainMemTagSz)) tags <- mkSizedFIFO(8); 1.20