GDSII/OASIS layout generation done completely in Google Colab notebooks. Layout previews are plotted as 2D graphics before exporting. The notebooks are authored by Onri Jay Benally.
No need to download anything manually, just run the notebooks.
Note: This repository also contains some interesting fractal design layouts.
Here is a online rendered view of the notebooks:
Majority of the code used in this repository uses:
Notes on Self-Avoiding Curve or Self-Avoiding Fractal Curve (Sometimes Called Non-Overlapping Fractal Curve):
- Doesn't always have to fill space (evenly).
- Emptier space in the middle of a large self-avoiding curve allows for less static build-up of electrical charge towards the center of the design.
- Never overlaps on the same layer.
- Can be implemented with complementary self-avoiding curves for scalable array of cells.
- You can also check out some interesting self-avoiding fractals here on Jeffrey Ventrella's webpage: http://www.fractalcurves.com/familytree/4.html
Borrowed from: J. Ventrella, “Chapter 4,” The Family Tree of Fractal Curves [Online].
Available: http://www.fractalcurves.com/familytree/4.html.