Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaskurth committed Dec 2, 2021
1 parent 8e96774 commit b616c1a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ All notable changes to this project will be documented in this file.
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

## 0.2.1 - 2021-12-02

### Fixed
- `clk_rst_gen`:
- Fix generation of odd clock periods.
- Fix number of reset cycles.


## v0.2.0 - 2019-08-20

### Added
Expand All @@ -22,18 +24,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
the declarations in favor of a simulation-wide precision declaration.
- Rename parameters to comply with style guidelines.


## v0.1.2 - 2019-08-20

### Fixed
- rand_synch_driver: Fix instantiation of `rand_synch_holdable_driver`.
- rand_stream_slv: Fix instantiation of `rand_sync_driver`.


## v0.1.1 - 2019-02-26

### Fixed
- Move all files into the `simulation` target. This precludes synthesis of files in this package
when this package is included as dependency.


## v0.1.0 - 2019-02-25

### Added
Expand Down
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.2.1

0 comments on commit b616c1a

Please sign in to comment.