From 64cd3b708fc6ac5946a868ca6df38b7129e38ce6 Mon Sep 17 00:00:00 2001 From: Rahul Bhagwat Date: Sun, 19 Jul 2026 00:55:29 +0530 Subject: [PATCH] make porting md more accurate post some updates --- PORTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PORTING.md b/PORTING.md index d008b539..1b2dbc24 100644 --- a/PORTING.md +++ b/PORTING.md @@ -1,7 +1,7 @@ # Porting to a New Technology If you want to support a new technology, you will need to create: -+ a setup script for each technology you want to use ++ a setup script (`/__init__.py`) for each technology you want to use + a technology directory for each technology with the base cells We provide two technology examples for [SCMOS] and [FreePDK45]. Each @@ -15,7 +15,7 @@ specific technology (e.g., [FreePDK45]) should be a subdirectory * `replica\_cell\_1rw.gds` * `dummy\_cell\_1rw.gds` * `sp_lib` folder with all the `.sp` (premade) library netlists for the above cells. -* `layers.map` +* `layers.map` (for workflows using Calibre verification otherwise inlined into tech.py) * A valid tech Python module (tech directory with `__init__.py` and `tech.py`) with: * References in tech.py to spice models * DRC/LVS rules needed for dynamic cells and routing