Skip to content

Bringup-Bench v1.5

Latest
Compare
Choose a tag to compare
@toddmaustin toddmaustin released this 20 Nov 15:17
· 2 commits to main since this release

Version 1.5

  • added support for hash-alone execution, which allows devices with no explicit I/O devices to be tested

The additions to BRINGUP-BENCH VERSION 1.5 bring better support for devices with NO EXPLICIT I/O SUPPORT. The new "hash-alone" targets run the benchmarks with a hash-function output device, producing only a cryptographically unique 64-bit signature for the output of the program. Simply read out that 64-bit value to validate the execution of the benchmark. To help in debugging of RISC-V platforms, the "hashalone-spike" target implements the hash-alone target for the RISC-V Spike golden model, which can be used for instruction-by-instruction debugging of your RISC-V designs-under-test.