Mercurial > pygar
view modules/bluespec/Pygar/lab4/processor_system.awb @ 63:1d5cbb5343d2 pygar svn.64
[svn r64] mods to compile correctly for FPGA
author | punk |
---|---|
date | Mon, 10 May 2010 22:54:54 -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