1.25.0 - 2022-08-10
Added
- Add
addr_decode_napot: variant ofaddr_decodewhich uses a base address and mask instead of a start and end address. - Add
stream_fifo_optimal_wrap: instantiates a more optimalspill_registerinstead of astream_fifofordepth == 2.
Changed
- Make
stream_registertruly stream by replacing internal FIFO with FFs. - Avoid using
$bits()call inid_queue's parameters. - Remove
cb_filterandcb_filter_pkgfrom from Vivado IP packager project sources due to compatibility issues. - Use
tc_clk_muxas glitch-free muxes inrstgen_bypassto avoid combinational glitches. - Avoid program blocks in testbenches for simulator compatibility.
Fixed
- Update
src_files.ymlandcommon_cells.core