view modules/bluespec/Pygar/lab4/processor_system.awb @ 11:50af57801d6e pygar svn.12

[svn r12] working on getting audio pipe processor working
author punk
date Sun, 25 Apr 2010 08:31:47 -0400
parents 74716e9a81cc
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 PYGAR
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