From 6b5969732a78b3955307e5c9d4be11bd2a912dd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alain=20P=C3=A9teut?= Date: Tue, 21 Apr 2015 16:58:24 +0200 Subject: [PATCH] add Travis CI badge --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 07251e0ca..960f0775b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ ### 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 @@ -41,6 +45,7 @@ Online documentation: http://m-labs.hk/gateware.html #### Quick intro + ```python from migen.fhdl.std import * from mibuild.platforms import m1 @@ -54,6 +59,7 @@ plat.build_cmdline(m) ``` #### 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.