commit | bcb16b05a473012aae2d8ca6441107062090e024 | [log] [tgz] |
---|---|---|
author | Farag Elsayed <91015308+FaragElsayed2@users.noreply.github.com> | Sun Apr 30 10:45:24 2023 +0200 |
committer | GitHub <noreply@github.com> | Sun Apr 30 10:45:24 2023 +0200 |
tree | f85cff5912bae9f8201b00d73f4291214c6b8547 | |
parent | 4abc5ff47cbb28fb0618f40321e8ec7f0404c6ae [diff] | |
parent | 4654352ce4f0b8b659a2518d19dbb890b5a3aa58 [diff] |
Merge pull request #61 from mabrains/lateral_bjt_devs adding lateral bjt devices 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.