- This parser reads interconnect information from .DEF file and matches the parasitic RC information from .SPEF file and organizes the information into training examples into nets.csv file.
- .DEF file and .SPEF file should be the same directory
- Compilation:
make
./parser \*.def \*.spef \*output_file_name
python SVM.py nets.csv
- 09/10/2018: Input file wrapper finished.
- Zhaoxin Liang @ University of Minnesota - Twin Cities, VLSI - EDA group. (current author, [email protected])
- Kishor Kunal. (original author, [email protected])
2.0 (Previous to Sep. 01, 2018)
License TBD
Copyright © 2018 Zhaoxin Liang