Mercurial > pygar
view modules/bluespec/Pygar/lab4/processor_system.awb @ 9:a66d70a89c85 pygar svn.10
[svn r10] added week 3 progress report. Please tell me what you think!
author | rlm |
---|---|
date | Fri, 23 Apr 2010 06:08:21 -0400 |
parents | 74716e9a81cc |
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