Mercurial > pygar
view modules/bluespec/Pygar/lab4/processor_system.awb @ 24:3871f3530551 pygar svn.25
[svn r25] added our report for week 4
author | rlm |
---|---|
date | Wed, 28 Apr 2010 08:29:04 -0400 |
parents | 50af57801d6e |
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 PYGAR13 %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