Skip to content

v0.24.2

Compare
Choose a tag to compare
@andreaskurth andreaskurth released this 11 Jan 15:51
· 591 commits to master since this release

Changed

  • axi_test::rand_axi_lite_master and axi_test::rand_axi_lite_slave: Specify default values for
    parameters to improve compatibility with tools that require a default value for every parameter.

Fixed

  • axi_lite_demux: Move typedef out of generate block to improve compatibility with VCS.
  • axi_test::rand_axi_master and axi_test::rand_axi_slave: Fix call to randomize function for
    class variables. Prior to this fix, the std::randomize() function was used for three class
    variables, but class variables must use the .randomize() member function.