please rate
this thread
  •  
  • Subject
  • Author
  • Date
Posted by paddy3118 on December 1, 2005, 11:40 pm
 

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.



Posted by Ralf Hildebrandt on December 6, 2005, 4:56 pm
 

paddy3118@netscape.net wrote:

f'up to comp.lang.vhdl


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.



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


  • Subject
  • Date