python-migen
Python toolbox for building complex digital hardware
Migen FHDL is a Python library that replaces the event-driven paradigm of Verilog and VHDL with the notions of combinatorial and synchronous statements, has arithmetic rules that make integers always behave like mathematical integers, and allows the design's logic to be constructed by a Python program.
- Versions: 0.9.2-1.6e3a9e1
- Website: https://m-labs.hk/gateware/migen/
- Licenses: FreeBSD
- Package source: gnu/packages/electronics.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of python-migen
as follows:
guix install python-migen
Or install a particular version:
guix install python-migen@0.9.2-1.6e3a9e1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of python-migen about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-migen'><img src='https://packages.guix.gnu.org/packages/python-migen/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/python-migen)
Example Org:
[[https://packages.guix.gnu.org/packages/python-migen][https://packages.guix.gnu.org/packages/python-migen/badges/latest-version.svg]]