Mercurial > pygar
comparison modules/bluespec/Pygar/core/Processor.bsv @ 26:f5dfbe28fa59 pygar svn.27
[svn r27] Fixed Instruction trace issue.
author | punk |
---|---|
date | Fri, 30 Apr 2010 09:03:10 -0400 |
parents | 220c14f5963c |
children | 2c8166d205d5 |
comparison
equal
deleted
inserted
replaced
25:220c14f5963c | 26:f5dfbe28fa59 |
---|---|
47 // Local includes | 47 // Local includes |
48 //`include "asim/provides/processor_library.bsh" (included above directly) | 48 //`include "asim/provides/processor_library.bsh" (included above directly) |
49 `include "asim/rrr/remote_server_stub_AUDIOCORERRR.bsh" | 49 `include "asim/rrr/remote_server_stub_AUDIOCORERRR.bsh" |
50 `include "asim/provides/common_services.bsh" | 50 `include "asim/provides/common_services.bsh" |
51 `include "asim/dict/STATS_PROCESSOR.bsh" | 51 `include "asim/dict/STATS_PROCESSOR.bsh" |
52 `include "asim/provides/processor_library.bsh" | |
52 | 53 |
53 // Local includes. Look for the correspondingly named .awb files | 54 // Local includes. Look for the correspondingly named .awb files |
54 // workspace/labs/src/mit-6.375/modules/bluespec/mit-6.375/common/ | 55 // workspace/labs/src/mit-6.375/modules/bluespec/mit-6.375/common/ |
55 // to find the actual Bluespec files which are used to generate | 56 // to find the actual Bluespec files which are used to generate |
56 // these includes. These files are specific to this audio processing | 57 // these includes. These files are specific to this audio processing |