commit | 5b3c622973d35754d27617806ef326ba78e0f2b1 | [log] [tgz] |
---|---|---|
author | Amro Tork <74936860+atorkmabrains@users.noreply.github.com> | Wed Apr 05 16:45:04 2023 +0200 |
committer | GitHub <noreply@github.com> | Wed Apr 05 16:45:04 2023 +0200 |
tree | 0b8cc73869c1a29ad5aa704e07f26ffde22795c4 | |
parent | 8982c60fd2ae71379726bb4bf46c96192a80ff7a [diff] | |
parent | 775af8772b577beaded71b4524b06bdb0726365d [diff] |
Merge pull request #105 from mabrains/bcdlite_setupfile Updating setup file & layers derivations 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.