Hi <@U016EM8L91B>, how can we make array of desig...
# magic
d
Hi @Tim Edwards, how can we make array of design in magic. I tried the array command: array 4 4 ( for making 4x4 array)..i got the array but the instances of cell are lying apart with no connection between them. Do i need to give some command so that they get connected as well in array??
Also is there any command which can do the same?
t
The command is based on the cursor box. Set the cursor box at the lower corner of the first instance, and set the cursor box width and height equal to the array X and Y pitch, then specify the "array" command. You may adjust the cursor box and re-do the "array" command at any time. There are also command options such as "array pitch" that can be used to manually change the array pitch from the command line.
d
okay , thanks will check this once.