Mercurial > pygar
annotate modules/bluespec/Pygar/core/audio_core_pipe.awb @ 65:cf8bb3038cbd pygar svn.66
[svn r66] sim passes
author | punk |
---|---|
date | Tue, 11 May 2010 09:05:22 -0400 |
parents | ced2ebd41347 |
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 |