Mercurial > pygar
annotate modules/bluespec/Pygar/core/audio_core.awb @ 69:5c963ab14143 pygar svn.70
[svn r70] added an attempt at multi-fileing
author | punk |
---|---|
date | Wed, 12 May 2010 00:07:40 -0400 |
parents | 394aa40fd812 |
children |
rev | line source |
---|---|
punk@12 | 1 %name Audio Processor Core |
punk@11 | 2 %desc Instantiates a processor, some caches, and a memory arbiter |
rlm@8 | 3 |
punk@11 | 4 %provides core |
rlm@8 | 5 |
punk@11 | 6 %requires mem_arb |
punk@11 | 7 %requires instruction_cache |
punk@11 | 8 %requires data_cache |
punk@11 | 9 %requires processor |
punk@11 | 10 %requires processor_library |
rlm@8 | 11 |
rlm@8 | 12 %attributes 6_375 |
rlm@8 | 13 |
punk@11 | 14 %public audioCore.bsv |
rlm@8 | 15 |
punk@11 | 16 |