view modules/bluespec/Pygar/lab4/processor_system.awb @ 47:97d1959f7c5c pygar svn.48

[svn r48] changed sctipt to use our own programs, changed rlp.wav and rlp1.wav to be shorter
author rlm
date Wed, 05 May 2010 13:23:58 -0400
parents 50af57801d6e
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