annotate 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 |
rev |
line source |
rlm@8
|
1 %name Single Processor Application
|
rlm@8
|
2 %desc Top level processor. This module wraps a processor, which at its highest level is just a memory stream.
|
rlm@8
|
3
|
rlm@8
|
4 %provides connected_application
|
rlm@8
|
5
|
rlm@8
|
6 %requires core
|
rlm@8
|
7 %requires funcp_simulated_memory
|
rlm@8
|
8 %requires funcp_base_types
|
rlm@8
|
9 %requires hasim_common
|
rlm@8
|
10
|
rlm@8
|
11 %attributes 6_375
|
rlm@8
|
12
|
rlm@8
|
13 %sources -t BSV -v PUBLIC ProcessorSystem.bsv
|
rlm@8
|
14 %sources -t CPP -v PUBLIC ProcessorSystem.cpp
|
rlm@8
|
15 %sources -t H -v PUBLIC ProcessorSystem.h
|
rlm@8
|
16 %sources -t CPP -v PUBLIC ProcessorSystemRRR.cpp
|
rlm@8
|
17 %sources -t H -v PUBLIC ProcessorSystemRRR.h
|
rlm@8
|
18 %sources -t RRR -v PUBLIC ProcessorSystemRRR.rrr
|
rlm@8
|
19
|
rlm@8
|
20
|