Mercurial > pygar
comparison modules/bluespec/Pygar/core/audioCore.bsv @ 26:f5dfbe28fa59 pygar svn.27
[svn r27] Fixed Instruction trace issue.
author | punk |
---|---|
date | Fri, 30 Apr 2010 09:03:10 -0400 |
parents | cffe0829ce14 |
children | 99519a031813 |
comparison
equal
deleted
inserted
replaced
25:220c14f5963c | 26:f5dfbe28fa59 |
---|---|
60 | 60 |
61 // Internal connections | 61 // Internal connections |
62 | 62 |
63 mkConnection( proc.statsEn_get, icache.statsEn_put ); | 63 mkConnection( proc.statsEn_get, icache.statsEn_put ); |
64 mkConnection( proc.statsEn_get, dcache.statsEn_put ); | 64 mkConnection( proc.statsEn_get, dcache.statsEn_put ); |
65 // mkConnection( proc.imem_client, icache.proc_server ); | 65 mkConnection( proc.imem_client, icache.proc_server ); |
66 // mkConnection( proc.dmem_client, dcache.proc_server ); | 66 mkConnection( proc.dmem_client, dcache.proc_server ); |
67 mkConnection( icache.mmem_client, marb.cache0_server ); | 67 mkConnection( icache.mmem_client, marb.cache0_server ); |
68 mkConnection( dcache.mmem_client, marb.cache1_server ); | 68 mkConnection( dcache.mmem_client, marb.cache1_server ); |
69 | 69 |
70 // Methods | 70 // Methods |
71 | 71 |
72 interface mmem_client = marb.mmem_client; | 72 interface mmem_client = marb.mmem_client; |
73 | 73 |
74 interface sampleOutput = proc.sampleOutput; | 74 interface sampleOutput = proc.sampleOutput; |
75 // interface sampleOutput = proc.audioOut; | |
76 // interface AudioOut audio = proc.audioOut; | |
77 | |
78 | 75 |
79 endmodule | 76 endmodule |