Skip to content
This repository has been archived by the owner on Jan 16, 2020. It is now read-only.

Latest commit

 

History

History
57 lines (42 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

57 lines (42 loc) · 1.45 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

1.1.4 - 2019-11-21

  • Update dependencies: axi to v0.7.1

1.1.3 - 2019-10-10

  • Update dependencies: axi to v0.7.0 and common_cells to v1.13.1
  • Specify dependencies for IPApproX

1.1.2 - 2018-11-12

  • Fix AXI slice wrapper

1.1.1 - 2018-09-07

  • Point dependencies to open-source repos

1.1.0 - 2018-09-07

Added

  • Add axi dependency.

Changed

  • Make axi_DW_allocator and axi_address_decoder_DW compliant with new FIFO interface in common_cells.
  • Remove defines and switch to axi_pkg.
  • Switch to common interface for wrappers, slices from axi repository.

1.0.4 - 2018-09-06

Changed

  • Change common cells source URL and minimum version requirement to 1.7.3.

Fixed

  • Prevent reading from empty FIFO in axi_address_decoder_DW.sv.

1.0.3 - 2018-03-06

Changed

  • Adopt to real generic FIFO.
  • Replace non-ASCII characters in headers.
  • Rename axi_node_wrap.sv to axi_node_intf_wrap.sv in accordance with module name.

1.0.2 - 2018-03-06

Added

  • Benderize (add Bender.yml file).

1.0.1 - 2018-03-06

Changed

  • Bugfixes for 64-bit support on address line.

1.0.0 - 2018-03-06

Changed

  • Open source release.

Added

  • Initial commit.