Explore the project »
Report Bug
·
Request Feature
Table of Contents
Export user-chosen layers to GDSII in L-Edit
INSTALL_STEP
Open "exportLayer2GDSII.py.tcl" in a text editor e.g. notepad
Set the path for the Python script here: (Example: set pyScriptLoc {F:\exportLayer2GDSII.py})
set pyScriptLoc {}
Execute the script ("exportLayer2GDSII.py.tcl") in L-Edit
Note: the TCL file must be loaded with every new session, to avoid doing so manually, please refer to L-Edit's documentation to decided the most suitable way to load the script automatically as there are plenty
-
Have a design and a cell open
-
Once the path to the script is set and the TCL is loaded, use the button "Export_layer_2_GDSII" in your toolbar
N/A
N/A
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
MIT