Mercurial > pygar
diff modules/bluespec/Pygar/core/audioCorePipeline.bsv @ 51:9fe5ed4af92d pygar svn.52
[svn r52] tested having multiple cores
author | punk |
---|---|
date | Wed, 05 May 2010 17:01:04 -0400 |
parents | a139cc07b773 |
children | 49049f97312c |
line wrap: on
line diff
1.1 --- a/modules/bluespec/Pygar/core/audioCorePipeline.bsv Wed May 05 15:19:32 2010 -0400 1.2 +++ b/modules/bluespec/Pygar/core/audioCorePipeline.bsv Wed May 05 17:01:04 2010 -0400 1.3 @@ -40,12 +40,14 @@ 1.4 `include "asim/provides/mixer.bsh" 1.5 `include "asim/provides/processor_library.bsh" 1.6 `include "asim/provides/fpga_components.bsh" 1.7 +`include "asim/dict/VDEV_SCRATCH.bsh" 1.8 1.9 `include "asim/rrr/remote_client_stub_AUDIOCORERRR.bsh" 1.10 `include "asim/rrr/remote_server_stub_AUDIOCORERRR.bsh" 1.11 1.12 module [CONNECTED_MODULE] mkConnectedApplication (); 1.13 - Core core <- mkCore; 1.14 + Core core <- mkCore(`VDEV_SCRATCH_MEMORYA); 1.15 + Core anotherCore <- mkCore(`VDEV_SCRATCH_MEMORYB); 1.16 // RLM:: 1.17 // the simple existance of this additional core causes the dreaded 1.18 // beast to emerge --- the ASSERTION FAILURE: sw/model/stats-device.cpp:317 Cycle:0