Skip to content

v1.33.0

Compare
Choose a tag to compare
@niwis niwis released this 07 Mar 09:58
· 24 commits to master since this release
13f28aa

1.33.0 - 2024-03-07

Added

  • Add passthrough_stream_fifo: Stream FIFO which does not cut the timing path, this allows it to do a simultaneous push and pop when full.
  • Registers: Add FFARNC macro: Flip-Flop with asynchronous active-low reset and synchronous clear.

Changed

  • Enable assertions in verilator.
  • Change pragma translate_off statements to ```ifndef SYNTHESIS`` according to IEEE 1364.1-2005 spec 6.3.2.
  • plru_tree: Add assertion that output is onehot.
  • Update CI trigger condition.

Fixed

  • onehot_to_bin: Fix width mismatch in assignment.
  • plru_tree: Improve tool compatibility.
  • stream_xbar: Fix masked assertion.