From ef185254e11b064809633fb595ffc21212c529ef Mon Sep 17 00:00:00 2001 From: nayiri-k Date: Thu, 8 Jun 2023 15:11:28 -0700 Subject: [PATCH] added tool versions to prerequisite setup --- docs/VLSI/Sky130-OpenROAD-Tutorial.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/VLSI/Sky130-OpenROAD-Tutorial.rst b/docs/VLSI/Sky130-OpenROAD-Tutorial.rst index 1b380835..0ccc1e05 100644 --- a/docs/VLSI/Sky130-OpenROAD-Tutorial.rst +++ b/docs/VLSI/Sky130-OpenROAD-Tutorial.rst @@ -46,13 +46,14 @@ Prerequisites ------------- * Python 3.9+ -* OpenROAD flow tools: +* OpenROAD flow tools (NOTE: tutorial may break with different tool versions): - * Yosys (synthesis), install `using conda `__ or `from source `__ - * OpenROAD (place-and-route), install `using conda `__ (note that GUI is disabled in conda package) or `from source `__ - * KLayout (DEF to GDSII conversion, DRC), install `using conda `__ or `from source `__ - * Magic (DRC), , install `using conda `__ or `from source `__ - * NetGen (LVS), , install `using conda `__ or `from source `__ + * **Yosys 0.27+3** (synthesis), install `using conda `__ or `from source `__ + * **OpenROAD v2.0-7070-g0264023b6** (place-and-route), install `using conda `__ (note that GUI is disabled in conda package) or + `from source `__ (git hash: 0264023b6c2a8ae803b8d440478d657387277d93) + * **KLayout 0.28.5** (DEF to GDSII conversion, DRC), install `using conda `__ or `from source `__ + * **Magic 8.3.376** (DRC), install `using conda `__ or `from source `__ + * **NetGen 1.5.250** (LVS), install `using conda `__ or `from source `__ * Sky130A PDK, install `using conda `__ or `these directions `__ * `Sram22 Sky130 SRAM macros `__