Mercurial > pygar
view modules/bluespec/Pygar/core/audio_core.awb @ 43:4d87fa55a776 pygar svn.44
[svn r44] processor largely working and mixer in good status
author | punk |
---|---|
date | Wed, 05 May 2010 12:28:07 -0400 |
parents | 394aa40fd812 |
children |
line wrap: on
line source
1 %name Audio 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 6_37514 %public audioCore.bsv