annotate modules/bluespec/Pygar/core/processor.awb @ 75:a15cc186e07d pygar svn.76

[svn r76] should be fully parameterized for however many cores we want (not fully tested)
author punk
date Wed, 12 May 2010 03:14:53 -0400
parents 1d5cbb5343d2
children
rev   line source
punk@11 1 %name 3-Stage Audio Processor
punk@11 2 %desc 3-Stage Processor, with audio in one stage per cycle.
rlm@8 3
rlm@8 4 %provides processor
rlm@8 5
rlm@8 6 %attributes 6_375
rlm@8 7
rlm@8 8 %public Processor.bsv ProcTypes.bsv
rlm@8 9 %public Processor.dic
rlm@8 10
rlm@8 11
rlm@8 12
rlm@8 13
punk@63 14