slackbuilds/python/migen
David Spencer 2ca7a62978 python/migen: Updated homepage.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-03-31 07:41:30 +07:00
..
README python/migen: Updated for version 0.6. 2018-01-10 10:55:27 +00:00
migen.SlackBuild python/migen: Updated for version 0.6. 2018-01-10 10:55:27 +00:00
migen.info python/migen: Updated homepage. 2018-03-31 07:41:30 +07:00
setup.py.patch python/migen: Updated for version 0.6. 2018-01-10 10:55:27 +00:00
slack-desc

README

Migen (Milkymist generator)

A Python toolbox for building complex digital hardware.

The Migen FHDL library replaces the event-driven paradigm with the
notions of combinatorial and synchronous statements, has arithmetic
rules that make integers always behave like mathematical integers, and
most importantly allows the design's logic to be constructed by a
Python program. This last point enables hardware designers to take
advantage of the richness of the Python language - object oriented
programming, function parameters, generators, operator overloading,
libraries, etc. - to build well organized, reusable and elegant
designs.