#86 Write a "cell index / table" generator for the...
# general
g
#86 Write a "cell index / table" generator for the documentation Issue opened by mithro It is very useful to have tables of the cells available in each library. This should be included in the Sphinx generated PDK documentation. The task here is to auto-generate these tables as either; • part of the Sphinx generation directly, or • As a standalone script in (python-skywater-pdk package) which generates rst files committed to the repository (like the generated verilog or image files). This should be easily be done due to the library structure being based around each cell having its own directory and a
definition.json
file which describes the basic shape and features of the cell. Here is an example from a spreadsheet I created; *

Screenshot from 2020-07-11 13-08-19

Screenshot from 2020-07-11 13-08-39

* Here is an example from the libresilicon Standard Cell Library Build Report;

Screenshot from 2020-07-11 13-12-18

Here is an example from this random document

Screenshot from 2020-07-11 13-19-23

Here is another example from a random thesis on creating standard cells

Screenshot from 2020-07-11 13-21-25

google/skywater-pdk