File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and 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
You can’t perform that action at this time.
0 commit comments