Skip to content

v1.30.0

Compare
Choose a tag to compare
@niwis niwis released this 09 Jun 14:30
· 44 commits to master since this release
v1.30.0
0989ff7

1.30.0 - 2023-06-09

Added

  • Add lossy_valid_to_stream: A converter between valid-only protocols and ready-valid where the latest transaction overwrites the most recently queue one.
  • Add clk_int_div_static: A wrapper for clk_int_div for static clock division.

Changed

  • popcount: Refactor and support all input widths.
  • clk_int_div: Support clock output during reset.
  • stream_delay: Support larger counts.

Fixed

  • clk_int_div: Fix possible deadlock and avoid hold issues.