Mercurial > pygar
view modules/bluespec/Pygar/lab4/core.awb @ 76:8bd0e4d37ad2 pygar svn.77 tip
[svn r77] I don't know why my last change didn't go through grumble grumble....
author | rlm |
---|---|
date | Wed, 12 May 2010 08:58:23 -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