Mercurial > pygar
view modules/bluespec/Pygar/lab4/core.awb @ 32:0c775e733b81 pygar svn.33
[svn r33] audio core benchmark script added and the benchmark setup is half-way to working
author | punk |
---|---|
date | Mon, 03 May 2010 09:53:56 -0400 |
parents | 50af57801d6e |
children |
line wrap: on
line source
1 %name Simple Processor Core2 %desc Instantiates a processor, some caches, and a memory arbiter4 %provides core6 %requires mem_arb7 %requires instruction_cache8 %requires data_cache9 %requires processor10 %requires processor_library12 %attributes PYGAR14 %public Core.bsv