@User : Magic can read a SPICE netlist and produce a bare-bones layout; not any kind of synthesis, but it can generate all the correct cells with the correct basic properties like type of device, length, width, number of fingers, etc. This has not been tested with the SkyWater process, so any feedback is helpful. I have a script that I have been using on the efabless platform which does the essential conversion from a SPICE netlist to a layout. It needs cleaning up to make it properly compatible with open_pdks, but I will go ahead and push the script to the open_pdks repository. When I get a chance to work on it, I can integrate that into the PDK for magic for SkyWater so that there is a menu option "Import SPICE". The script is called "layout_to_netlist.py" and should show up in the open_pdks repository subdirectory "common/" in a few minutes when I push it.