commit | 62d9669bb8f61409842cba642490a61d1948947c | [log] [tgz] |
---|---|---|
author | Amro Tork <74936860+atorkmabrains@users.noreply.github.com> | Mon Apr 10 01:56:09 2023 +0200 |
committer | GitHub <noreply@github.com> | Mon Apr 10 01:56:09 2023 +0200 |
tree | b41c4069241c8d78692ac9f7755a2f16f6bb87d0 | |
parent | 550b8353801a239f6f8ab30e2d6293d9a7fa9144 [diff] | |
parent | b6574e2988f20cdfdff19313306f271f9a250a03 [diff] |
Merge pull request #102 from mabrains/ull_mimcap Adding MIMCAP derivations & testcases for ULL
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.