From 566c7d0a75d9a3d04a05dc7034aac75b275a6400 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Wed, 6 Sep 2017 14:41:19 +0200 Subject: [PATCH] Add badge for travis-ci state --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 776bbe4..54a143a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/tmeissner/libvhdl.svg?branch=master)](https://travis-ci.org/tmeissner/libvhdl) + # libvhdl A LGPL3 licensed library of reusable components for VHDL designs and testbenches. @@ -28,7 +30,7 @@ Package with various components general useful for simulation * `spi_slave()` configurable slave for SPI protocol, supports all cpol/cpha modes ##### QueueP -Package with various implementations of queue types: +Generic package with various implementations of queue types: * `t_simple_queue` simple array based FIFO queue * `t_list_queue` linked list FIFO queue using access types