From 978839205df8a68fe84c8f3130972b039184c2e4 Mon Sep 17 00:00:00 2001 From: chetanyagoyal Date: Wed, 12 Jun 2024 18:45:42 +0530 Subject: [PATCH] fix generator table --- README.rst | 40 +++++++++++++++++++++++++--------------- 1 file changed, 25 insertions(+), 15 deletions(-) diff --git a/README.rst b/README.rst index fdb5c4e4d..dae226e73 100644 --- a/README.rst +++ b/README.rst @@ -123,21 +123,31 @@ There are two methods to install the prerequisites to use OpenFASOC generators: Generators ******************** -+------------------------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------+ -| Generator | Technology nodes | Supported | Documentation | -| | | | | -+==========================================+====================+============================+================================================================================================================+ -| Temperature Sensor | sky130hd | Yes | https://openfasoc.readthedocs.io/en/latest/flow-tempsense.html | -+------------------------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------+ -| Low dropout Voltage Regulator (LDO) | sky130hvl | Yes | https://openfasoc.readthedocs.io/en/latest/flow-ldo.html | -+------------------------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------+ -| Cryogenic | sky130hs, | No (In-progress) | https://openfasoc.readthedocs.io/en/latest/flow-cryo.html | -| | sky130hd, | | | -| | sky130hvl | | | -+------------------------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------+ -| Glayout | sky130, | Yes | https://github.com/idea-fasoc/OpenFASOC/tree/main/openfasoc/generators/glayout/tapeout/tapeout_and_RL/README.md | -| | gf180 | | | -+------------------------------------------+--------------------+----------------------------+----------------------------------------------------------------------------------------------------------------+ +.. list-table:: + :widths: 30 20 20 30 + :header-rows: 1 + + * - Generator + - Technology nodes + - Supported + - Documentation + * - Temperature Sensor + - sky130hd + - Yes + - `Temperature Sensor Docs `_ + * - Low dropout Voltage Regulator (LDO) + - sky130hvl + - Yes + - `LDO Voltage Regulator Docs `_ + * - Cryogenic + - sky130hs, sky130hd, sky130hvl + - No (In-progress) + - `Cryogenic Docs `_ + * - Glayout + - sky130, gf180 + - Yes + - `Glayout Docs `_ + Tapeouts and testing setup