Pretty neat, a python tool that converts Verilog to an IC layout so that you can make your own custom SOC (assuming you have a substantial budget to pay for fab).<p>Since it's not clearly stated on the front page, I had to go digging to figure out what processes it supports. Looks like FreePDK45, which is "an open-source generic process design kit (PDK) (i.e., does not correspond to any real process and cannot be fabricated)" [0], ASAP7 "Warning Work in progress (not ready for use)" [1] and Skywater130 which "As of May 2020, this repository is targeting the SKY130 process node. If the SKY130 process node release is successful then in the future more advanced technology nodes may become available." [2] The floorplanner supports their ZeroSOC [3] which I guess is based on TitanSOC [4]<p>If this sounds negative, it's not, I just couldn't figure out what processes this was intended for without digging. ASAP7 is Arm and NCSU, and Skywater130 is Skywater and Google.<p>[0] <a href="https://github.com/mflowgen/freepdk-45nm" rel="nofollow">https://github.com/mflowgen/freepdk-45nm</a>
[1] <a href="https://docs.siliconcompiler.com/en/latest/reference_manual/pdks.html" rel="nofollow">https://docs.siliconcompiler.com/en/latest/reference_manual/...</a>
[2] <a href="https://github.com/google/skywater-pdk" rel="nofollow">https://github.com/google/skywater-pdk</a>
[3] <a href="https://github.com/siliconcompiler/zerosoc" rel="nofollow">https://github.com/siliconcompiler/zerosoc</a>
[4] <a href="https://github.com/lowrisc/opentitan" rel="nofollow">https://github.com/lowrisc/opentitan</a>