Skip to content
forked from fpetrot/128-test

Some unit and functional tests for 128-bit (and 64 and 32) riscv

Notifications You must be signed in to change notification settings

Paul-vrn/128-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

128-test

Some unit and functional tests for 128-bit (and 64 and 32) riscv

‘unit’ contains test generators for various instructions, in particular 128-bit shifts

'int128' contains random tests to check the 128-bit implementation of div[su]/rem[su]

'perf' contains some functional tests that might be used to check the performance behavior of the various riscv flavors

'kernel' contains an extremely basic operating system kernel for rv128 (works on https://github.com/fpetrot/qemu-riscv128/tree/rv128+satp)

The pathes to the qemu executables are hard coded depending on which machine I perform the test, which is bad, but this is no production software, ...

About

Some unit and functional tests for 128-bit (and 64 and 32) riscv

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 76.6%
  • C 10.6%
  • Python 8.9%
  • TeX 1.9%
  • Makefile 1.8%
  • Shell 0.2%