Johan Euphrosine
Johan Euphrosine
https://github.com/proppy/caravel_board/commit/ce91da71f58b7d456957d71ee5c45a71f3bb7d4c was enough for me for the Makefile to pick up things in my local venv.
This can be worked around by removing the following files from the `lylvs` file: https://github.com/mabrains/sky130_klayout_pdk/blob/main/sky130_tech/tech/sky130/lvs/sky130.lylvs#L18-L32 but a proper fix would be to escape the angle bracket appropriately as `< <`...
Should we do a XOR imaging of the GDS to verify what are the affected blocks?
Sorry if I phrased this poorly, I do trust your expertise, I was more after us documenting the changes happening to the layout themselves so that we're able to trace...
could a serie of magic commands to go from the upstream to the fixed version also be a way to document the change (and potentially make it reproducible?)
Generated this visual (and textual diff): https://github.com/proppy/skywater-pdk-libs-sky130_fd_sc_hd/commit/977959477841a4ff17116edf4a32a15fcaacfcbf#diff-9ad50b50b69a73381ebf2334b17372dd908acf0712facfb9d20d3b2c7620d762 by converting the gds to SVG before and after the change: ``` git diff HEAD^ --name-only | xargs -n1 -i@ env/bin/python -c "import...
From here: https://github.com/proppy/skywater-pdk-libs-sky130_fd_sc_hd/commit/977959477841a4ff17116edf4a32a15fcaacfcbf#diff-9ad50b50b69a73381ebf2334b17372dd908acf0712facfb9d20d3b2c7620d762 You can click here:  to see the raw text diff: 
> CIF is good for that, too Gave it a try here: https://github.com/proppy/skywater-pdk-libs-sky130_fd_sc_hd/commit/754a9840c2a5531e58fad7b844bed1b93de1dee4 With the following command: ``` git diff HEAD^ --name-only | xargs -n1 -i@ echo 'gds read @;...
> FYI - This change might conflict with some other work that Efabless wants us to do.... @mithro are those conflicting changes documented somewhere? > no apparent POLY change for...
@RTimothyEdwards I tried to verify the DRC errors with the following script, I still some things are those unrelated to the fixes you're proposing here? ``` gds read $::env(GDS_FILE) set...