cjdrake / pyeda

Python EDA
BSD 2-Clause "Simplified" License
304 stars 54 forks source link

Move third party software to "thirdparty" directory #115

Closed cjdrake closed 9 years ago

cjdrake commented 9 years ago

Currently, the extension directory has source code that is licensed differently than PyEDA. New tree should look something like this:

extension/
    boolexpr/
        ...
pyeda/
    ...
thirdparty/
    espresso/
        ...
    picosat/
        ...