Skip to content

Latest commit

 

History

History
93 lines (70 loc) · 2.09 KB

CHANGELOG.md

File metadata and controls

93 lines (70 loc) · 2.09 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Changed

  • Bump pulp_soc to v1.2.0
  • Make number of SPI and I2C peripherals parametrizable

Added

  • CI support for pulp-runtime to run tests, using bwruntest.py and tests/runtime-tests.yaml
  • Point to simple runtime in README.md
  • Allow passing generate-scripts to pass arguments to vlog

Fixed

  • Properly propagate NB_CORES
  • Mark tb as not synthesizable

[5.0.0] - 2019-11-18

Added

  • FPGA support for Xilinx ZCU102
  • FPGA support for Nexys Video
  • FPGA support for Zedboard
  • 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

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