Skip to content

Commit

Permalink
Release 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zarubaf committed May 25, 2020
1 parent 1b3b5e3 commit eb425a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |
Expand Down Expand Up @@ -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` |
Expand Down

0 comments on commit eb425a5

Please sign in to comment.