### Migen (Milkymist generator)
+
+[![Build Status](https://travis-ci.org/m-labs/migen.svg)](
+https://travis-ci.org/m-labs/migen)
+
#### A Python toolbox for building complex digital hardware
Despite being faster than schematics entry, hardware design with Verilog and
http://m-labs.hk/gateware.html
#### Quick intro
+
```python
from migen.fhdl.std import *
from mibuild.platforms import m1
```
#### License
+
Migen is released under the very permissive two-clause BSD license. Under the
terms of this license, you are authorized to use Migen for closed-source
proprietary designs.