Skip to content

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bluewww committed Dec 11, 2019
1 parent d9dbce5 commit 4cdefb3
Showing 1 changed file with 79 additions and 0 deletions.
79 changes: 79 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [5.0.0] - 2019-11-18

### Added
- FPGA support for Xilinx ZCU102
- FPGA support for Nexys Video
- FPGA support for Zedboard
- [ibex](https://github.com/lowRISC/ibex/) support
- Improved software debugging (disassembly in simulator window)
- Gitlab CI (fpga synthesis, software tests, debug module tests)
- Automatic handling of VIPs (installing and compiling)
- CHANGELOD.md

### Changed
- Bump `pulp_soc` to `v1.0.0`
- Move tests to subfolder `tests`
- Allow setting entry point with `-gENTRY_POINT`
- Update to sdk-release 2019.11.02
-
### Fixed
- I2C EEPROM can now be concurrently used with I2C DPI model
- Small quartus compatibility fixes
- Many minor tb issues

### Removed
- zero-riscy support

## [4.0.0] - 2019-08-06

### Added
- FPGA support for genesys2
- FPGA support for Xilinx ZCU104
- Support for Xcelium

### Changed
- Update `README.m` with FPGA usage instructions

### Fixed
- Bugs in debug module integration
- AXI width issues
- USE_HWPE parameter propagation
- various debug module issues

## [3.0.0] - 2019-05-17

### Added
- Debug module compliant with [RISC-V External Debug Support v0.13.1](https://github.com/riscv/riscv-debug-spec)

### Fixed
- Various jenkins CI issues
- Bootsel behavior

### Changed
- Use new `udma`

### Removed
- Support for custom debug module

## [2.0.0] - 2019-01-24

### Added
- DPI models for peripherals
- PMP support in RI5CY

### Fixed
- JTAG issues
- Bad pad mux configuration

## [1.0.0] - 2018-02-09

### Added
- Initial release

0 comments on commit 4cdefb3

Please sign in to comment.