Mercurial > pygar
view 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 |
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.rrr