Tim 'mithro' Ansell

Results 792 issues of Tim 'mithro' Ansell

We need a decent Python library which makes it trivial to open the `.mdm` files found in these repositories. Will be useful for plotting the data with things like matplotlib...

https://github.com/google/globalfoundries-pdk-libs-gf180mcu_fd_pr/actions/runs/3904358547/jobs/6670037402 ``` Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ Successfully setup CPython (3.9.16) /opt/hostedtoolcache/Python/3.9.16/x64/bin/pip cache...

## Expected Behavior See https://github.com/google/globalfoundries-pdk-libs-gf180mcu_fd_pr/actions ``` [LVS | switch](https://github.com/google/globalfoundries-pdk-libs-gf180mcu_fd_pr/actions/runs/4115332888/jobs/7103904216#step:4:11) The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/...

There is a spreadsheet @ [GF180MCU (GlobalFoundries 180nm PDK) -- Primitive Model Naming](https://docs.google.com/spreadsheets/d/1G88IhyqXGVu-BgH8hA-_N2YQnNiyPoPEqvXSOzmOaaY/edit#gid=1803291424) which is tracking what the new naming scheme should be.

The pull request at https://github.com/google/globalfoundries-pdk-libs-gf180mcu_fd_pr/pull/20 added a whole bunch of data files in `xlsx` format. This format is hard to work with using only open source tooling. We should convert...

## Expected Behavior The repository has DRC rules for both KLayout and Magic. This allows us to verify them against each other and less likely to miss things. This should...

It is general best practice to have lots of small units which only test one thing at a time. At the moment, the testing in #11 are more like integration...

The names of the top level spice files are currently; ``` ./models ./models/ngspice ./models/ngspice/design.ngspice ./models/ngspice/sm141064.ngspice ./models/ngspice/smbb000149.ngspice ./models/xyce ./models/xyce/design.xyce ./models/xyce/sm141064.xyce ./models/xyce/smbb000149.xyce ``` The names `design` / `sm141064` / `smbb000149` don't really...

We have xschem related files in https://github.com/google/globalfoundries-pdk-libs-gf180mcu_fd_pr/tree/main/cells/xschem -- we should be checking that these work with CI in some way.