-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
79 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |