Skip to content

PulseRain/riscv-tests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dhrystone for RV32I Instruction Set

Introduction

This repository is a fork of https://github.com/riscv/riscv-tests

And the purpose of this repository is to provide a RV32I (or RV32IM) flavor of Dhrystone that can be run on PulseRain Reindeer Soft CPU

Building from repository

It is assumed that Zephyr SDK 0.9.5 has been installed at its default location, and riscv32-zephyr-elf- cross-compiler can be accessed anywhere.

To build the Dhrystone, do the following:

$ git clone https://github.com/PulseRain/riscv-tests.git
$ cd riscv-tests/benchmarks
$ make clean
$ make

And the result elf file is dhrystone.riscv.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 53.7%
  • Assembly 29.8%
  • Python 9.4%
  • Objective-C 3.2%
  • Perl 2.1%
  • Makefile 1.4%
  • Other 0.4%