Mercurial > pygar
view modules/bluespec/Pygar/core/audio_core_systems.awb~ @ 15:a1833d9f6e3d pygar svn.16
[svn r16] Recent
author | punk |
---|---|
date | Tue, 27 Apr 2010 13:11:45 -0400 |
parents | 6d461680c6d9 |
children |
line wrap: on
line source
1 %name Single Processor Application2 %desc Top level processor. This module wraps a processor, which at its highest level is just a memory stream.4 %provides connected_application6 %requires core7 %requires funcp_simulated_memory8 %requires funcp_base_types9 %requires hasim_common11 %attributes 6_37513 %sources -t BSV -v PUBLIC ProcessorSystem.bsv14 %sources -t CPP -v PUBLIC ProcessorSystem.cpp15 %sources -t H -v PUBLIC ProcessorSystem.h16 %sources -t CPP -v PUBLIC ProcessorSystemRRR.cpp17 %sources -t H -v PUBLIC ProcessorSystemRRR.h18 %sources -t RRR -v PUBLIC ProcessorSystemRRR.rrr20 %param SYNTH_BOUNDARY mkConnectedApplication "name of synthesis boundary"