add Travis CI badge

This commit is contained in:
Alain Péteut 2015-04-21 16:58:24 +02:00 committed by Sebastien Bourdeauducq
parent 28dde1e38f
commit 6b5969732a
1 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,8 @@
### Migen (Milkymist generator) ### 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 #### 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
@ -41,6 +45,7 @@ Online documentation:
http://m-labs.hk/gateware.html http://m-labs.hk/gateware.html
#### 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
@ -54,6 +59,7 @@ 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.