Mercurial > pygar
view modules/bluespec/Pygar/core/audio_core_systems.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 | d0db18cdeacc |
line wrap: on
line source
1 %name Single Processor Application2 %desc Top level processor. This module wraps a processor, which at its highest level is just a memory stream.4 %provides connected_application6 %requires audio_pipline8 %attributes 6_37510 %sources -t BSV -v PUBLIC AudioCorePipeline.bsv11 %sources -t CPP -v PUBLIC AudioCoreSystem.cpp12 %sources -t H -v PUBLIC AudioCoreSystem.h13 %sources -t CPP -v PUBLIC AudioCoreRRR.cpp14 %sources -t H -v PUBLIC AudioCoreRRR.h15 %sources -t RRR -v PUBLIC AudioCoreRRR.rrr16 %sources -t CPP -v PRIVATE SndfileWavUtil.cpp17 %sources -t H -v PUBLIC SndfileWavUtil.h19 %library /usr/lib/libsndfile.so21 %param SYNTH_BOUNDARY mkConnectedApplication "name of synthesis boundary"