slackbuilds_ponce/python/migen
Robby Workman 48c22f9303 various: Kill lots of python3 dep mentions
This is far from complete.
We still need to review and tweak anything with "PYTHON" in
the README, as many/most/all of those are telling the user
how to build with python3 support. We almost surely want to
enable that by default in all of those cases.
2021-04-21 00:42:24 -05:00
..
migen.info
migen.SlackBuild
README
setup.py.patch
slack-desc

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.