Mercurial > pygar
view modules/bluespec/Pygar/core/audio_core_pipe.awb @ 43:4d87fa55a776 pygar svn.44
[svn r44] processor largely working and mixer in good status
author | punk |
---|---|
date | Wed, 05 May 2010 12:28:07 -0400 |
parents | ced2ebd41347 |
children |
line wrap: on
line source
1 %name audio pipeline with soft core2 %desc Instantiates a soft core used for audio, wrapped in the audio pipeline interface4 %provides connected_application6 %requires audio_pipe_types7 %requires path_types8 %requires core9 %requires mixer10 %requires funcp_simulated_memory11 %requires funcp_base_types12 %requires hasim_common14 %attributes 6_37516 %sources -t BSV -v PUBLIC audioCorePipeline.bsv17 %sources -t CPP -v PRIVATE AudioCoreSystem.cpp18 %sources -t H -v PUBLIC AudioCoreSystem.h19 %sources -t CPP -v PRIVATE AudioCoreRRR.cpp20 %sources -t H -v PUBLIC AudioCoreRRR.h21 %sources -t RRR -v PUBLIC AudioCoreRRR.rrr22 %sources -t DICT -v PUBLIC ProcessorSystem.dic24 %sources -t CPP -v PRIVATE SndfileWavUtil.cpp25 %sources -t H -v PUBLIC SndfileWavUtil.h26 %library /usr/lib/libsndfile.so28 %param SYNTH_BOUNDARY mkConnectedApplication "name of synthesis boundary"