commit | ca43e3b5f8d81580f8494f2b84fca61b4323e9f6 | [log] [tgz] |
---|---|---|
author | Farag Elsayed <91015308+FaragElsayed2@users.noreply.github.com> | Thu Apr 27 16:49:27 2023 +0200 |
committer | GitHub <noreply@github.com> | Thu Apr 27 16:49:27 2023 +0200 |
tree | 6988f65bdefdbc90fd22ee8d2b41bef9fa06aa12 | |
parent | 59327ee8d2303bc9cef5460465755e421a2f075d [diff] | |
parent | ad7ed9d1d59ed129b4dcfdb1c8576a421f010177 [diff] |
Merge pull request #119 from mabrains/piscap_bcdlite Adding PISCAP devices for GF180BCDLite [Tested]
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.