diff --git a/CHANGELOG.md b/CHANGELOG.md index c8458f09..9f815e86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## Unreleased + +## 1.19.0 - 2020-05-25 ### Added - stream_to_mem: Allows to use memories with flow control (req/gnt) for requests but without flow control for output data to be used in streams. diff --git a/README.md b/README.md index 97da586d..24b62434 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,6 @@ Please note that cells with status *deprecated* are not to be used for new desig | Name | Description | Status | Superseded By | |------------------------------|--------------------------------------------------------------------------------|----------------|---------------| -| :--------------------------- | :----------------------------------------------------------------------------- | :------------- | :------------ | | `addr_decode ` | Address map decoder | active | | | `ecc_decode` | SECDED Decoder (Single Error Correction, Double Error Detection) | active | | | `ecc_encode` | SECDED Encoder (Single Error Correction, Double Error Detection) | active | | @@ -92,7 +91,6 @@ Please note that cells with status *deprecated* are not to be used for new desig | Name | Description | Status | Superseded By | |----------------------|-------------------------------------------------|----------------|---------------| -| :------------------- | :---------------------------------------------- | :------------- | :------------ | | `cb_filter` | Counting-Bloom-Filter with combinational lookup | active | | | `fifo` | FIFO register with upper threshold | *deprecated* | `fifo_v3` | | `fifo_v2` | FIFO register with upper and lower threshold | *deprecated* | `fifo_v3` |