Explains how to test GF180nm DRC rule deck.
📦testing ┣ 📜Makefile ┣ 📜README.md ┣ 📜run_regression.py ┣ 📜run_sc_regression.py ┣ 📜sc_testcases ┣ 📜switch_checking ┗ 📜testcases
At a minimum:
apt install -y build-essential python3
To make a full test for GF180nm DRC rule deck, you could use the following command in testing directory:
make all
You could also check allowed targets in the Makefile, using the following command:
make help
The resulting files are in one directory with name of run_<date>_<time>_<rule_deck>
that contains:
The final report for rules DRC-regression will be generated in the current directory with the name of final_report.csv
, also you could find the detailed one with the name of final_detailed_report.csv
.
The final report for standard cells DRC-regression will be generated in the current directory with the name of sc_drc_report.csv
.