Tim 'mithro' Ansell

Results 1504 comments of Tim 'mithro' Ansell

Cleaning up the CSV file is fine, we just should clean up the CSV file by making the newlines work correctly?

> My question is - what should be done when there are lots of combinations of W and L parameters? Should I introduce some steps for those values, or limits?...

@glatosinski - Please log bugs for those other issues.

@kkiningh I don't believe anyone has used the PDK with th Synopsys tooling. Is a `.tf` / `.itf` file the same as a "tech lef" file (`.tlef`)? If so, I...

Initial `.tlef` files where added in https://github.com/google/skywater-pdk/commit/4cbdbb5a735a8acd53c6247eb2bc23b9245329f8

@kkiningh - See also https://github.com/google/skywater-pdk/issues/62

FYI - Full technology LEF files for the standard cells where merged in https://github.com/google/skywater-pdk/pull/68

FYI - There is a spreadsheet at https://docs.google.com/spreadsheets/d/176OcP2h_TT_pDP2-zBLijlgFUP38LVgMQPlDtpLcrsk/edit which includes a lot of information about the layers. @RTimothyEdwards has a bunch of useful resources at https://github.com/RTimothyEdwards/open_pdks (which will be eventually...

The following patch seems to make it working with the logging module, ```patch diff --git a/scripts/python-skywater-pdk/skywater_pdk/liberty.py b/scripts/python-skywater-pdk/skywater_pdk/liberty.py index 8515082..a8a1953 100755 --- a/scripts/python-skywater-pdk/skywater_pdk/liberty.py +++ b/scripts/python-skywater-pdk/skywater_pdk/liberty.py @@ -21,6 +21,7 @@ import argparse...