view modules/bluespec/Pygar/core/audio_core_systems.awb~ @ 19:9910c032f38d pygar svn.20

[svn r20] fixed some random reference errot
author rlm
date Tue, 27 Apr 2010 23:31:38 -0400
parents 6d461680c6d9
children
line wrap: on
line source
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.
4 %provides connected_application
6 %requires core
7 %requires funcp_simulated_memory
8 %requires funcp_base_types
9 %requires hasim_common
11 %attributes 6_375
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
20 %param SYNTH_BOUNDARY mkConnectedApplication "name of synthesis boundary"