commit | 550b8353801a239f6f8ab30e2d6293d9a7fa9144 | [log] [tgz] |
---|---|---|
author | Amro Tork <74936860+atorkmabrains@users.noreply.github.com> | Mon Apr 10 01:54:00 2023 +0200 |
committer | GitHub <noreply@github.com> | Mon Apr 10 01:54:00 2023 +0200 |
tree | fe21a8d2b342cdf8bcdf1b200e19ae68b92d8e8c | |
parent | b0629dd59913a36631d77147d03312640b564a6c [diff] | |
parent | e2cad02aec58a284a209d9c6542bbe6bbbbccbcc [diff] |
Merge pull request #104 from mabrains/ic_mimcap Stacked MIMCAP testcases for IC
GF180 technology development Shared Repo
To generate all the svg files for the unit tests run the following commands;
make env
make svg
This will run the ./scripts/generate_svg.py
to generate the SVG files.
All Python scripts should be pep8
and pylint
clean. This is checked by CI and can be checked locally by doing the following;
make pep8
or make pycodestyle
- Run the pycodestyle
script (new name for the pep8 script) on all Python files in the repository.
make lint
- Run the pylint
script on all Python files in the repository.
make format
- Run the yapf
Python autoformatter on all the Python files in the repository.