Skip to content

v0.2.0

Compare
Choose a tag to compare
@SamuelRiedel SamuelRiedel released this 02 Jul 14:59
· 1005 commits to main since this release
ca90bbd

Added

  • Assertion checking that Snitch's instruction interface is stable during stalls

Changed

  • Update axi dependency to 0.27.1
  • Change I$ policy to avoid evicting the cache-line currently in use
  • Make the L0 cache's data latch-based and double its size
  • Make the L1 cache's tag latch-based
  • Serialize the L1 lookup

Fixed

  • Add a workaround for a Modelsim 2019 bug in the axi_demux
  • Keep clang-format from reformatting the apps/common/riscv_test.h assembly header file