Mercurial > pygar
comparison modules/bluespec/Pygar/common/audio_processor_software_system.awb @ 8:74716e9a81cc pygar svn.9
[svn r9] Pygar now has the proper directory structure to play nicely with awb. Also, the apm file for audio-core willcompile successfully.
author | rlm |
---|---|
date | Fri, 23 Apr 2010 02:32:05 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
7:7393cd19371e | 8:74716e9a81cc |
---|---|
1 ******************************************************************** | |
2 * Awb module specification | |
3 ******************************************************************** | |
4 | |
5 %AWB_START | |
6 | |
7 %name Audio Processor Software | |
8 %desc Audio Processor Software | |
9 %provides software_system | |
10 | |
11 %attributes 6_375 | |
12 | |
13 %public AudioProcessor.cpp | |
14 %public AudioProcessor.h | |
15 | |
16 %AWB_END |