Luis Spader
09/10/2024, 1:29 PMDavid Lindley
09/10/2024, 3:47 PM<https://github.com/google/skywater-pdk>
. Each cell has a file "definition.json" in the tree, such as the one located here
. I think each file has a line such as this one.
"description": "2-input AND into first input of 4-input OR.",
You could clone the repo and then write a simple bash for loop to echo the cell and grep for description in each file.David Lindley
09/10/2024, 3:50 PMLuis Spader
09/10/2024, 3:51 PMDavid Lindley
09/10/2024, 3:59 PM