Skip to content

Commit 895297b

Browse files
author
Manuel Eggimann
committed
Update Changelog, bump version
1 parent b1e0ba1 commit 895297b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## 0.2.0 - 2022-12-09
8+
### Breaking Changes
9+
- Changed the module interface. ``interrupt_o`` was renamed to
10+
``global_interrupt_o``. Additionally, the module also exposes pin level
11+
interrupt signals in addition to the single, globally multiplexed gpio
12+
interrupt signal. Existing RTL integrating this IP need to adapt the port
13+
list of their instantiations.
14+
### Changed
15+
- Change default pad count from 56 to 32.
16+
- Use the clock gated input stage by default for simulation targets
17+
- Bump AXI Version
18+
### Fixed
19+
- Fix warning about unconnected interface port
20+
721
## 0.1.2 - 2022-12-04
822
### Changelog
923
- Added make dependencies to auto-setup python env for reconfiguration

0 commit comments

Comments
 (0)