#58 spef_extractor: refactoring - create a class P...
# openlane
g
#58 spef_extractor: refactoring - create a class Pull request opened by tgingold Previously, main.py was mostly a long list of statements with a few functions and several global variables. This patch creates a class so that code would be easier to refactor. The global variables become attributes of the class. The patch also remove trailing spaces and extra empty lines. efabless/openlane Travis CI: Build Created