Mercurial > pygar
annotate 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 |
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@13 | 7 %requires core |
punk@13 | 8 %requires funcp_simulated_memory |
punk@13 | 9 %requires funcp_base_types |
punk@13 | 10 %requires hasim_common |
punk@13 | 11 |
punk@13 | 12 |
punk@13 | 13 %attributes 6_375 |
punk@13 | 14 |
punk@13 | 15 %sources -t BSV -v PUBLIC audioCorePipeline.bsv |
punk@13 | 16 %sources -t CPP -v PRIVATE AudioCoreSystem.cpp |
punk@13 | 17 %sources -t H -v PUBLIC AudioCoreSystem.h |
punk@13 | 18 %sources -t CPP -v PRIVATE AudioCoreRRR.cpp |
punk@13 | 19 %sources -t H -v PUBLIC AudioCoreRRR.h |
punk@13 | 20 %sources -t RRR -v PUBLIC AudioCoreRRR.rrr |
punk@13 | 21 %sources -t CPP -v PRIVATE SndfileWavUtil.cpp |
punk@13 | 22 %sources -t H -v PUBLIC SndfileWavUtil.h |
punk@13 | 23 %library /usr/lib/libsndfile.so |
punk@13 | 24 |
punk@13 | 25 %param SYNTH_BOUNDARY mkConnectedApplication "name of synthesis boundary" |
punk@13 | 26 |