m-labs / misoc

The original high performance and small footprint system-on-chip based on Migen™
https://m-labs.hk
Other
305 stars 85 forks source link

Add init file in sdram/phy dir #18

Closed rohitk-singh closed 8 years ago

rohitk-singh commented 8 years ago

Without __init__.py file, when using setup.py, setuptools' find_package() function does not find the files in sdram/phy package. Hence .egg file entirely misses sdram/phy directory

More info here: https://bitbucket.org/pypa/setuptools/issues/97

mithro commented 8 years ago

MiSoC does not use GitHub pull requests. Instead you must send patches to the public mailing list devel@lists.m-labs.hk.

See https://github.com/m-labs/misoc/blob/master/CONTRIBUTING.md

rohitk-singh commented 8 years ago

Sorry, missed seeing that file. Will do! Thanks!