Mercurial > pygar
view modules/bluespec/Pygar/core/audio_core_pipe.awb @ 22:0cfbb1e2de22 pygar svn.23
[svn r23] whoohoo! it Compiles (note with commented out stuff)
author | punk |
---|---|
date | Wed, 28 Apr 2010 00:40:15 -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"