Minimal Setup for sky130 - Library Mangement
Personal Library Create a directory with the same name as the library in the magic_layout directory. Add the new library path in the ‘.maginit_personal’ file in the workspace directory. Now ...
Personal Library Create a directory with the same name as the library in the magic_layout directory. Add the new library path in the ‘.maginit_personal’ file in the workspace directory. Now ...
Run LVS Goal: Run Netgen for LVS test In this tutorial, we will run Netgen over the DFF cell we created in the previous section. Netgen is an open-sourced program for LVS check. As Netgen can onl...
Run Example Code Goal: Generate a D Flip-Flop layout In this tutorial, we are going to generate a D Flip-Flop cell with laygo2 and Magic. As the D Flip-Flop is composed of multiple subcells such...
Step 1: Clone repository Clone laygo2_workspace_sky130 from GitHub: $ git clone https://github.com/niftylab/laygo2_workspace_sky130.git $ cd laygo2_workspace_sky130 $ git submodule init $ git sub...
This tutorial requires sudo access. If you are not the owner of the server or system, you should use a virtual machine or Docker. Notation Guides: $ means Ubuntu shell commands % means tcl/...