Explains how to test GF180nm LVS rule deck.
📦testing ┣ 📜Makefile ┣ 📜README.md ┣ 📜run_full_regression.py ┣ 📜run_regression.py ┣ 📜run_sc_regression.py ┣ 📜sc_testcases ┣ 📜extraction_checking ┗ 📜testcases ┗ 📜man_testing
At a minimum:
apt install -y build-essential python3
To make a full test for GF180nm LVS rule deck, you could use the following command in testing directory:
make all
You could also check LVS extraction for each device individually, using the following command will list the valid targets in Makefile:
make help
Final results will appear at the end of the run logs.
The final report for standard cells LVS-regression will be generated in the current directory with the name of sc_testcases/sc_report.csv
.