Skip to content

Releases: tenstorrent/riscv_arch_tests

v0.3.0

23 Jan 17:16
Compare
Choose a tag to compare

Smaller Release adding byte-aligned tests.

  • Updated all RV IMFA, bare metal, and paging disabled for Machine, Supervisor, and User privileges to be byte-aligned
  • CI checks that above tests don't allow misaligned data and instruction access

v0.2.0

03 Oct 22:08
Compare
Choose a tag to compare

New release with new tests, fixes a couple issues.

  • No longer keeping pre-v0.1.1 history as the history has gotten large after switching from binaries to source files. This aims to reduce the size of the repo
  • Fix for linker scripts .ld not getting copied over correctly
  • Small infra changes to test flow

Future updates aim to add:

  • Automated, periodic releases
  • More thorough testing

v0.1.1

28 Sep 03:35
Compare
Choose a tag to compare

Switching to a new methodology for releasing tests. This aims to allow users to modify tests as needed and provide a streamlined test package for users. The main changes are:

  • Source files and linker scripts are available in the repo, no longer checking in .zip files
  • This page will contain a .tar.zip containing all the original ELFs compiled using the gnu-toolchain