Info on packing regular tree-like structures into rectangles

Guest
Hi,
I got thinking about recursive design of circuits in VHDL I created a
recursive circuit and got it
to simulate correctly but then had the thought that the RTL is a binary
tree of similar interconnect with each leaf being the same.
When this gets synthesized and layed out I guess that the regularity is
lost unless layed out by hand.

If I were to lay this out by hand, are their any existing papers on
packing such regular structures into rectangular spaces?

Are there any layout and routing tools designed for such tasks?

Thanks in advance, Paddy.
 
paddy3118@netscape.net wrote:

f'up to comp.lang.vhdl

I got thinking about recursive design of circuits in VHDL I created a
recursive circuit
Hmm .. what do you mean with "recursive circuit"? Eighter the
transistors / cells / macroblocks are implemented or not.

You may design a component, that is used by a controller (like a FSM),
that realizes a recursive algorithm, but then not the circuit is
recursive - only the algorithm is.


When this gets synthesized and layed out I guess that the regularity is
lost unless layed out by hand.
Why do you care about regularity of the layout of a digital circuit?
Except for signal delays there is no reason to think about the layout -
AFAIK.

A HDL is such a wounderful thing, that seperates layout problems from
functional behavoir.

Ralf
 

Welcome to EDABoard.com

Sponsor

Back
Top