Aidan Medcalf
06/02/2023, 8:04 AMflatten -doinplace <name>
it simply deletes the array. How do I flatten the cells or convince magic to extract them to spice despite containing no devices?Tim Edwards
06/02/2023, 11:59 AMAidan Medcalf
06/02/2023, 10:45 PMAidan Medcalf
06/02/2023, 10:46 PMAidan Medcalf
06/05/2023, 3:57 PMflatten -doinplace <cell>
flattening only the original (non-arrayed) cell. Open magic and run
grid 100
snap grid
getcell pad
box 0 0 20 20
array 4 4
flatten -doinplace pad_0
This results in one instance of pad
properly flattened into the edit cell, but not arrayed.