Mercurial > pygar
annotate modules/bluespec/Pygar/core/audio_core_pipe.awb @ 42:ced2ebd41347 pygar svn.43
[svn r43] bunch of updates that almost work...
author | punk |
---|---|
date | Wed, 05 May 2010 01:09:09 -0400 |
parents | 2c8166d205d5 |
children |
rev | line source |
---|---|
punk@13 | 1 %name audio pipeline with soft core |
punk@13 | 2 %desc Instantiates a soft core used for audio, wrapped in the audio pipeline interface |
punk@13 | 3 |
punk@13 | 4 %provides connected_application |
punk@13 | 5 |
punk@13 | 6 %requires audio_pipe_types |
punk@33 | 7 %requires path_types |
punk@13 | 8 %requires core |
punk@42 | 9 %requires mixer |
punk@13 | 10 %requires funcp_simulated_memory |
punk@13 | 11 %requires funcp_base_types |
punk@13 | 12 %requires hasim_common |
punk@13 | 13 |
punk@13 | 14 %attributes 6_375 |
punk@13 | 15 |
punk@13 | 16 %sources -t BSV -v PUBLIC audioCorePipeline.bsv |
punk@13 | 17 %sources -t CPP -v PRIVATE AudioCoreSystem.cpp |
punk@13 | 18 %sources -t H -v PUBLIC AudioCoreSystem.h |
punk@13 | 19 %sources -t CPP -v PRIVATE AudioCoreRRR.cpp |
punk@13 | 20 %sources -t H -v PUBLIC AudioCoreRRR.h |
punk@13 | 21 %sources -t RRR -v PUBLIC AudioCoreRRR.rrr |
punk@42 | 22 %sources -t DICT -v PUBLIC ProcessorSystem.dic |
punk@33 | 23 |
punk@13 | 24 %sources -t CPP -v PRIVATE SndfileWavUtil.cpp |
punk@13 | 25 %sources -t H -v PUBLIC SndfileWavUtil.h |
punk@13 | 26 %library /usr/lib/libsndfile.so |
punk@13 | 27 |
punk@13 | 28 %param SYNTH_BOUNDARY mkConnectedApplication "name of synthesis boundary" |
punk@13 | 29 |