qnngroup / qnngds

MIT License
4 stars 3 forks source link

Keep full gds-hierarchy in qnngds.cells #59

Open audrey01mit opened 4 months ago

audrey01mit commented 4 months ago

The circuits/devices/tests have a real hierarchy in their cells/subcells when generating a gds file since PR #58. Although, the actual hierarchy remaining after a cell is created is: CELL | DIE | DEVICE (with routes, hyper tapers, and the device) But the device's hierarchy is often lost. Mostly due to the fact the the devices have to be outlined.

Modify the cells' construction to keep the devices' hierarchy.