Mercurial > pygar
comparison modules/bluespec/Pygar/lab4/processor_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 | 50af57801d6e |
comparison
equal
deleted
inserted
replaced
7:7393cd19371e | 8:74716e9a81cc |
---|---|
1 %name Single Processor Application | |
2 %desc Top level processor. This module wraps a processor, which at its highest level is just a memory stream. | |
3 | |
4 %provides connected_application | |
5 | |
6 %requires core | |
7 %requires funcp_simulated_memory | |
8 %requires funcp_base_types | |
9 %requires hasim_common | |
10 | |
11 %attributes 6_375 | |
12 | |
13 %sources -t BSV -v PUBLIC ProcessorSystem.bsv | |
14 %sources -t CPP -v PUBLIC ProcessorSystem.cpp | |
15 %sources -t H -v PUBLIC ProcessorSystem.h | |
16 %sources -t CPP -v PUBLIC ProcessorSystemRRR.cpp | |
17 %sources -t H -v PUBLIC ProcessorSystemRRR.h | |
18 %sources -t RRR -v PUBLIC ProcessorSystemRRR.rrr | |
19 | |
20 |