README: markdown fixes
This commit is contained in:
parent
92e51f10b1
commit
4bdc550924
|
@ -1,5 +1,5 @@
|
||||||
## Migen (Milkymist generator)
|
### Migen (Milkymist generator)
|
||||||
### a Python toolbox for building complex digital hardware
|
#### A Python toolbox for building complex digital hardware
|
||||||
|
|
||||||
Despite being faster than schematics entry, hardware design with Verilog and
|
Despite being faster than schematics entry, hardware design with Verilog and
|
||||||
VHDL remains tedious and inefficient for several reasons. The event-driven
|
VHDL remains tedious and inefficient for several reasons. The event-driven
|
||||||
|
@ -34,7 +34,7 @@ https://github.com/m-labs/misoc
|
||||||
|
|
||||||
Migen is designed for Python 3.3. Note that Migen is **not** spelled MiGen.
|
Migen is designed for Python 3.3. Note that Migen is **not** spelled MiGen.
|
||||||
|
|
||||||
### Quick intro
|
#### Quick intro
|
||||||
```python
|
```python
|
||||||
from migen.fhdl.std import *
|
from migen.fhdl.std import *
|
||||||
from mibuild.platforms import m1
|
from mibuild.platforms import m1
|
||||||
|
@ -47,7 +47,7 @@ m.sync += counter.eq(counter + 1)
|
||||||
plat.build_cmdline(m)
|
plat.build_cmdline(m)
|
||||||
```
|
```
|
||||||
|
|
||||||
### License
|
#### License
|
||||||
Migen is released under the very permissive two-clause BSD license. Under the
|
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
|
terms of this license, you are authorized to use Migen for closed-source
|
||||||
proprietary designs.
|
proprietary designs.
|
||||||
|
|
Loading…
Reference in New Issue