#
gdsii
Here are 27 public repositories matching this topic...
Python module for creating GDSII stream files, usually CAD layouts.
-
Updated
May 11, 2022 - Python
GDS3D is an application that can interpret so called IC layouts and render them in 3D. The program accepts standard GDSII files as input data. Along with the layout file, it requires a so called process definition file which contains the 3D parameters of the process being used. These files combined allow the program to create a 3D representation of the layout, where the user has full, real time control over the camera position and angle, much like in a 3D video game. An other repo (https://github.com/skuep/GDS3D) as the same source and add few improvement like compression with server/client process. This release add two major feature with are assembly and export 3D model for GMSH. Assembly: this mean it’s possible to merge multi GDS (with different technologies) I also try to improve net highlight.
-
Updated
Feb 3, 2022 - C++
GDSHelpers is an open-source package for automatized pattern generation for nano-structuring.
python
electronics
lithography
oasis
integrated-circuits
quantum-optics
photonics
microfabrication
gdsii
nanofabrication
superconductors
waveguides
snspd
-
Updated
Jan 26, 2022 - Python
Open
pydocstyle
1
joamatab
commented
Jan 11, 2022
Clean docstrings and have pydocstyle passing so when you run
pydocstyle gdsfactory
there are no errors
good first issue
Good for newcomers
Open
fix mypy issues
KLayout Python library for integrated quantum circuit design.
quantum
eda
quantum-computing
gds
superconducting-qubits
klayout
gds2
qubits
gdsii
superconducting
unitaryhack
-
Updated
May 9, 2022 - Python
GDSII File Parsing, IC Layout Analysis, and Parameter Extraction
parse
eda
vlsi
integrated-circuits
interconnect
gdsii
spef
electronic-design-automation
vlsi-circuits
-
Updated
Mar 17, 2021 - C++
Julia package for CAD of superconducting devices operating at microwave frequencies.
-
Updated
Aug 20, 2020 - Julia
Silicon Photonics Design Tools.
-
Updated
Mar 21, 2022 - Python
A simple program to convert gdsII files to vector output formats. Currently used to create laser-cut models of standard cells.
-
Updated
Mar 27, 2022 - C++
This repository has code for a Python program that synthesizes an optical filter
-
Updated
Mar 23, 2020 - Python
Complete design of a Mini Stereo Digital Audio Processor
-
Updated
Jan 3, 2019 - Verilog
This is a brief tutorial that shows how to load GDS or LEF/DEF data into KLayout. The first step is to convert a Cadence techology into Klayout property file format. Then we use this configuration to display a small cmos design using either gds or LEF/DEF input format.
-
Updated
Jun 4, 2021 - HCL
Improve this page
Add a description, image, and links to the gdsii topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gdsii topic, visit your repo's landing page and select "manage topics."
Taking the first layout in C++ as example:
Library lib = {.unit = 1e-6, .precision = 1e-9};This initialization can cause a
non-trivial designated initializers not supportederror with some compilers.The initialization is supposed to be compatible with the struct definition:
`
Library lib = {.name = NULL, .unit = 1