Mercurial > pygar
view modules/bluespec/Pygar/core/audio_core.awb @ 56:4449e17a2237 pygar svn.57
[svn r57] added useless stuff that should work but doesn't.
author | rlm |
---|---|
date | Sun, 09 May 2010 23:12:15 -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