Experimental version of the Milkymist SoC based on Migen:
https://github.com/milkymist/milkymist-ng
-Mibuild is designed for Python 3.
+Mibuild is designed for Python 3.3.
Send questions, comments and patches to devel [AT] lists.milkymist.org
Description files for new boards welcome.
here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, "README")).read()
-required_version = (3, 1)
+required_version = (3, 3)
if sys.version_info < required_version:
raise SystemExit("Mibuild requires python {0} or greater".format(
".".join(map(str, required_version))))