comparison modules/bluespec/Pygar/core/Processor.bsv~ @ 15:a1833d9f6e3d pygar svn.16

[svn r16] Recent
author punk
date Tue, 27 Apr 2010 13:11:45 -0400
parents 6d461680c6d9
children
comparison
equal deleted inserted replaced
14:ec9205107560 15:a1833d9f6e3d
43 `include "asim/provides/soft_connections.bsh" 43 `include "asim/provides/soft_connections.bsh"
44 `include "asim/provides/common_services.bsh" 44 `include "asim/provides/common_services.bsh"
45 45
46 // Local includes 46 // Local includes
47 //`include "asim/provides/processor_library.bsh" (included above directly) 47 //`include "asim/provides/processor_library.bsh" (included above directly)
48 `include "asim/rrr/remote_server_stub_PROCESSORSYSTEMRRR.bsh" 48 `include "asim/rrr/remote_server_stub_AUDIOCORERRR.bsh"
49 `include "asim/provides/common_services.bsh" 49 `include "asim/provides/common_services.bsh"
50 `include "asim/dict/STATS_PROCESSOR.bsh" 50 `include "asim/dict/STATS_PROCESSOR.bsh"
51 `include "asim/provides/audio_pipe_types.bsh" 51 `include "asim/provides/audio_pipe_types.bsh"
52 52
53 // Local includes. Look for the correspondingly named .awb files 53 // Local includes. Look for the correspondingly named .awb files
54 // workspace/labs/src/mit-6.375/modules/bluespec/mit-6.375/common/ 54 // workspace/labs/src/mit-6.375/modules/bluespec/mit-6.375/common/
55 // to find the actual Bluespec files which are used to generate 55 // to find the actual Bluespec files which are used to generate
56 // these includes. These files are specific to this audio processing 56 // these includes. These files are specific to this audio processing
57 // pipeline 57 // pipeline
58 58
59 `include "asim/provides/audio_processor_types.bsh" 59 `include "asim/provides/audio_pipe_types.bsh"
60 60
61 //interface CPUToHost; 61 //interface CPUToHost;
62 // method Bit#(32) cpuToHost(int req); 62 // method Bit#(32) cpuToHost(int req);
63 //endinterface 63 //endinterface
64 64
226 module [CONNECTED_MODULE] mkProc( Proc ); 226 module [CONNECTED_MODULE] mkProc( Proc );
227 227
228 //----------------------------------------------------------- 228 //-----------------------------------------------------------
229 // Debug port 229 // Debug port
230 230
231 ServerStub_PROCESSORSYSTEMRRR server_stub <- mkServerStub_PROCESSORSYSTEMRRR(); 231 ServerStub_AUDIOCORERRR server_stub <- mkServerStub_AUDIOCORERRR();
232 232
233 233
234 //----------------------------------------------------------- 234 //-----------------------------------------------------------
235 // State 235 // State
236 236