Browse Source

Add badge for travis-ci state

AHBL_BFM
T. Meissner 7 years ago
parent
commit
566c7d0a75
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      README.md

+ 3
- 1
README.md View File

@ -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


Loading…
Cancel
Save