Mercurial > pygar
view modules/bluespec/Pygar/core/audio_core_pipe.awb @ 32:0c775e733b81 pygar svn.33
[svn r33] audio core benchmark script added and the benchmark setup is half-way to working
author | punk |
---|---|
date | Mon, 03 May 2010 09:53:56 -0400 |
parents | 6d461680c6d9 |
children | 2c8166d205d5 |
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 core8 %requires funcp_simulated_memory9 %requires funcp_base_types10 %requires hasim_common13 %attributes 6_37515 %sources -t BSV -v PUBLIC audioCorePipeline.bsv16 %sources -t CPP -v PRIVATE AudioCoreSystem.cpp17 %sources -t H -v PUBLIC AudioCoreSystem.h18 %sources -t CPP -v PRIVATE AudioCoreRRR.cpp19 %sources -t H -v PUBLIC AudioCoreRRR.h20 %sources -t RRR -v PUBLIC AudioCoreRRR.rrr21 %sources -t CPP -v PRIVATE SndfileWavUtil.cpp22 %sources -t H -v PUBLIC SndfileWavUtil.h23 %library /usr/lib/libsndfile.so25 %param SYNTH_BOUNDARY mkConnectedApplication "name of synthesis boundary"