Skip to content

v1.25.0

Compare
Choose a tag to compare
@niwis niwis released this 10 Aug 08:13
· 79 commits to master since this release
16c5bca

1.25.0 - 2022-08-10

Added

  • Add addr_decode_napot: variant of addr_decode which uses a base address and mask instead of a start and end address.
  • Add stream_fifo_optimal_wrap: instantiates a more optimal spill_register instead of a stream_fifo for depth == 2.

Changed

  • Make stream_register truly stream by replacing internal FIFO with FFs.
  • Avoid using $bits() call in id_queue's parameters.
  • Remove cb_filter and cb_filter_pkg from from Vivado IP packager project sources due to compatibility issues.
  • Use tc_clk_mux as glitch-free muxes in rstgen_bypass to avoid combinational glitches.
  • Avoid program blocks in testbenches for simulator compatibility.

Fixed

  • Update src_files.yml and common_cells.core