Help automatically arraying cells

M

Marc Reinig

Guest
I have an array of cells that connect to each other in the x and y
directions. I need to make arrays of these cells of n x m and I would like
to do it as automated as possible. i.e., I would like to specify m and n and
the cell to array and have things instantiated and connected automatically.
m and n are on the order of 100, so doing it manually is a pain, even by
making small cells then larger ones out of them, etc. Any help would be
appreciated


Thanks in advance,

--
Marco
________________________
Marc Reinig
UCO/Lick Observatory
Laboratory for Adaptive Optics
 
Verilog-2001 generates should make it possible to do this compactly, if
your tools support them. For simple and regular connection schemes,
arrays of instances may suffice, but this relies on your tools fully
supporting Verilog-1995.
 

Welcome to EDABoard.com

Sponsor

Back
Top