--How to compile In the root directory, type the command: 'make' It will generate the executable file "hw1" in the directory './bin'. If you want to remove it please type the command: make clean
--How to excute In the root directory, type the command: 'cd ./bin' to go to the bin directory, In the bin directory, type the following command: ./ e.g. ./hw1 ../testcases/p2-1.cells ../testcases/p2-1.nets ../outputs/p2-1.out