From: Rohit Kumar Singh Date: Mon, 21 Sep 2015 15:39:48 +0000 (+0530) Subject: Add init file in sdram/phy dir X-Git-Tag: 24jan2021_ls180~2114 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=71993edae487733b75ac78913204a4ebbbcc0a30;p=litex.git Add init file in sdram/phy dir 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 --- diff --git a/misoclib/mem/sdram/phy/__init__.py b/misoclib/mem/sdram/phy/__init__.py new file mode 100644 index 00000000..e69de29b