Mercurial > pygar
comparison modules/bluespec/Pygar/core/audio_core_pipe.awb @ 33:2c8166d205d5 pygar svn.34
[svn r34] uses scratchpad, set up for audio through c
author | punk |
---|---|
date | Tue, 04 May 2010 10:13:53 -0400 |
parents | 6d461680c6d9 |
children | ced2ebd41347 |
comparison
equal
deleted
inserted
replaced
32:0c775e733b81 | 33:2c8166d205d5 |
---|---|
2 %desc Instantiates a soft core used for audio, wrapped in the audio pipeline interface | 2 %desc Instantiates a soft core used for audio, wrapped in the audio pipeline interface |
3 | 3 |
4 %provides connected_application | 4 %provides connected_application |
5 | 5 |
6 %requires audio_pipe_types | 6 %requires audio_pipe_types |
7 %requires path_types | |
7 %requires core | 8 %requires core |
8 %requires funcp_simulated_memory | 9 %requires funcp_simulated_memory |
9 %requires funcp_base_types | 10 %requires funcp_base_types |
10 %requires hasim_common | 11 %requires hasim_common |
11 | 12 |
16 %sources -t CPP -v PRIVATE AudioCoreSystem.cpp | 17 %sources -t CPP -v PRIVATE AudioCoreSystem.cpp |
17 %sources -t H -v PUBLIC AudioCoreSystem.h | 18 %sources -t H -v PUBLIC AudioCoreSystem.h |
18 %sources -t CPP -v PRIVATE AudioCoreRRR.cpp | 19 %sources -t CPP -v PRIVATE AudioCoreRRR.cpp |
19 %sources -t H -v PUBLIC AudioCoreRRR.h | 20 %sources -t H -v PUBLIC AudioCoreRRR.h |
20 %sources -t RRR -v PUBLIC AudioCoreRRR.rrr | 21 %sources -t RRR -v PUBLIC AudioCoreRRR.rrr |
22 %sources -t DICT -v PUBLIC AudioCore.dic | |
23 | |
21 %sources -t CPP -v PRIVATE SndfileWavUtil.cpp | 24 %sources -t CPP -v PRIVATE SndfileWavUtil.cpp |
22 %sources -t H -v PUBLIC SndfileWavUtil.h | 25 %sources -t H -v PUBLIC SndfileWavUtil.h |
23 %library /usr/lib/libsndfile.so | 26 %library /usr/lib/libsndfile.so |
24 | 27 |
25 %param SYNTH_BOUNDARY mkConnectedApplication "name of synthesis boundary" | 28 %param SYNTH_BOUNDARY mkConnectedApplication "name of synthesis boundary" |