Mercurial > pygar
comparison modules/bluespec/Pygar/core/audioCorePipeline.bsv @ 38:05598d745f99 pygar svn.39
[svn r39] fixed audiocorepipe
author | punk |
---|---|
date | Tue, 04 May 2010 19:27:38 -0400 |
parents | 0475235d1513 |
children | 5a30f173bbac |
comparison
equal
deleted
inserted
replaced
37:0475235d1513 | 38:05598d745f99 |
---|---|
110 (* conservative_implicit_conditions *) | 110 (* conservative_implicit_conditions *) |
111 rule handleCPUToHost; | 111 rule handleCPUToHost; |
112 let req <- server_stub.acceptRequest_ReadCPUToHost(); | 112 let req <- server_stub.acceptRequest_ReadCPUToHost(); |
113 case (req) | 113 case (req) |
114 0: server_stub.sendResponse_ReadCPUToHost(cp0_tohost); | 114 0: server_stub.sendResponse_ReadCPUToHost(cp0_tohost); |
115 1: server_stub.sendResponse_ReadCPUToHost(pc); | |
116 2: server_stub.sendResponse_ReadCPUToHost(zeroExtend(pack(stage))); | |
117 endcase | 115 endcase |
118 endrule | 116 endrule |
119 | 117 |
120 rule feedInput; | 118 rule feedInput; |
121 let command <- server_stub.acceptRequest_SendUnprocessedStream(); | 119 let command <- server_stub.acceptRequest_SendUnprocessedStream(); |