hdl / conda-eda

Conda recipes for FPGA EDA tools for simulation, synthesis, place and route and bitstream generation.
https://anaconda.org/LiteX-Hub
Apache License 2.0
94 stars 27 forks source link

GDS factory integration #308

Open spnadig opened 1 year ago

spnadig commented 1 year ago

@proppy python writing on klayout does not work in this environment @joamatab I followed steps in klayout integration and when I run klayout - I get:

image

running - gdsfactory 6.12.0 and sample code like mzi.py runs without errors in python

image

Looks like klayout used in this build is missing something? This env has klayout 0.28.5

proppy commented 1 year ago

I suspect that the --without-qt-binding option here is to blame: https://github.com/hdl/conda-eda/blob/0ff90c1af6b90f5b684ad558b134f8fde2859581/misc/klayout/build.sh#L35

proppy commented 1 year ago

Also filed https://github.com/hdl/conda-eda/issues/309 to get gdsfactory packaged in conda-eda.