GDS3D icon indicating copy to clipboard operation
GDS3D copied to clipboard

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 proce...

Results 13 GDS3D issues
Sort by recently updated
recently updated
newest added

I tried running the example demo and immediately get a segfault. Any info I can provide to help debug?

The Skill file "GDS3D/skill/icdGDS3D.il" Looks for a file called "README.txt". This should be "README.md" I edited the skill code to point at the correct file, and then it worked fine....

clang-11 complains: ``` ../libgdsto3d/gdspolygon.cpp:1574:21: error: assigning to 'size_t' (aka 'unsigned long') from incompatible type 'nullptr_t' _FrameStartIndex = NULL; ^~~~ /usr/include/sys/_null.h:37:14: note: expanded from macro 'NULL' #define NULL nullptr ^~~~~~~ ../libgdsto3d/gdspolygon.cpp:1575:23:...

A very useful software - great job! I am very interested in knowing more on assembly between the different technology but not quite understand the example provided in the assembly...

GCC 11 updated its default c++ standard from 11 to 17 which caused issues related to std::byte among other things. I made it build by specifying -std=c++11. I also renamed...

It would be nice to have an option to bypass the techfile requirement.... i.e. just choose a GDS file and then show all layers, allowing the layer choosing GUI window...

could this default to black but override in the tech file?

Hello, thanks for your effort to continue development on this useful tool. I tried using your version, since the latest version 1.8 has an issue with mirror-rotated cells which are...

``` In file included from main.cpp:29: In file included from ./main.h:24: In file included from ./../gdsoglviewer/windowmanager.h:29: ../libgdsto3d/gds_globals.h:119:2: error: reference to 'byte' is ambiguous byte RecordType; ^ ../libgdsto3d/gds_globals.h:115:23: note: candidate found...