commit | 64abb805d09fc360979723e8b17dea6222a4952c | [log] [tgz] |
---|---|---|
author | FaragElsayed2 <farag_agoor@mabrains.com> | Thu Apr 27 14:42:14 2023 +0200 |
committer | FaragElsayed2 <farag_agoor@mabrains.com> | Thu Apr 27 14:42:14 2023 +0200 |
tree | 87a9b633e2fb9d3fb2fcc9360cc38299e4ad2554 | |
parent | 44f598d3e991e950627f75eba2d686b7a21f4322 [diff] |
Adding Varactor testcases for GF180BCDLite, Updating rule decks after testing
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.