commit | bbae7ee96ea058670010bb8289cb065972db6346 | [log] [tgz] |
---|---|---|
author | Amro Tork <74936860+atorkmabrains@users.noreply.github.com> | Wed Apr 05 16:46:02 2023 +0200 |
committer | GitHub <noreply@github.com> | Wed Apr 05 16:46:02 2023 +0200 |
tree | 231b3ceca925833ef2a6c50d82736963d90391b4 | |
parent | 5b3c622973d35754d27617806ef326ba78e0f2b1 [diff] | |
parent | 13bcff32b6fe90c5dd791b8c3b4a01097cb966ce [diff] |
Merge pull request #107 from mabrains/bcdlite_bjt BJT derivations & testcases 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.