On Thu, 15 Sep 2005 08:45:23 -0400
Timothy Miller <[EMAIL PROTECTED]> wrote:

> On 9/15/05, Attila Kinali <[EMAIL PROTECTED]> wrote:

> > The only drawback of this system is, that we need to compute
> > first what states could come next from the current state,
> > but that could be hardcoded into a few LUTs.
> 
> Yeah.  Computing the next state numbers based on the current state is
> exactly what I wanted to avoid, because it puts more layers of logic
> between the slow inputs and the state registers.

You do not have to. The calculation of the possible next
states comes from the current state. You still use the slow
input signals just to select one of the computed states at the
very end (like in your aproach). The only difference is
that "my aproach" might save us some of the duplication by
eliminating more of the "paths" that we do not need to follow.



                        Attila Kinali
_______________________________________________
Open-graphics mailing list
[email protected]
http://lists.duskglow.com/mailman/listinfo/open-graphics
List service provided by Duskglow Consulting, LLC (www.duskglow.com)

Reply via email to