commit | b6d2d7a4199810a918e127a49f788720ec712d2e | [log] [tgz] |
---|---|---|
author | Amro Tork <74936860+atorkmabrains@users.noreply.github.com> | Thu Apr 06 14:39:57 2023 +0200 |
committer | GitHub <noreply@github.com> | Thu Apr 06 14:39:57 2023 +0200 |
tree | 6b3e0ebcbee1781b5279eea1361bb3d20aa61fa0 | |
parent | bbae7ee96ea058670010bb8289cb065972db6346 [diff] | |
parent | f54b332c30a001ede351edac89c9156728eb0b35 [diff] |
Merge pull request #109 from mabrains/bcdlite_bjt_update Updating BJT connectivity structure for BCDLite
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.