view modules/bluespec/Pygar/core/audio_core_pipe.awb @ 42:ced2ebd41347 pygar svn.43

[svn r43] bunch of updates that almost work...
author punk
date Wed, 05 May 2010 01:09:09 -0400
parents 2c8166d205d5
children
line wrap: on
line source
1 %name audio pipeline with soft core
2 %desc Instantiates a soft core used for audio, wrapped in the audio pipeline interface
4 %provides connected_application
6 %requires audio_pipe_types
7 %requires path_types
8 %requires core
9 %requires mixer
10 %requires funcp_simulated_memory
11 %requires funcp_base_types
12 %requires hasim_common
14 %attributes 6_375
16 %sources -t BSV -v PUBLIC audioCorePipeline.bsv
17 %sources -t CPP -v PRIVATE AudioCoreSystem.cpp
18 %sources -t H -v PUBLIC AudioCoreSystem.h
19 %sources -t CPP -v PRIVATE AudioCoreRRR.cpp
20 %sources -t H -v PUBLIC AudioCoreRRR.h
21 %sources -t RRR -v PUBLIC AudioCoreRRR.rrr
22 %sources -t DICT -v PUBLIC ProcessorSystem.dic
24 %sources -t CPP -v PRIVATE SndfileWavUtil.cpp
25 %sources -t H -v PUBLIC SndfileWavUtil.h
26 %library /usr/lib/libsndfile.so
28 %param SYNTH_BOUNDARY mkConnectedApplication "name of synthesis boundary"