view 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
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 funcp_simulated_memory
10 %requires funcp_base_types
11 %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 AudioCore.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"