Skip to content

Regression tests for RISC-V CPUs using LLVM tying in to the CDL code repository

Notifications You must be signed in to change notification settings

atthecodeface/riscv-atcf-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RISC-V tests

This repository contains some larger scale RISC-V tests for use with the LLVM compiler.

The purpose is to build on the very simple tests that are part of riscv-tools, and not to replace them.

In particular, these tests are used to test my small RISC-V implementations that are on github (https://github.com/atthecodeface/cdl_hardware.git)

Making

To make the tests:

make clean make all

To do this, it expects to find:

RISC-V GNU binutils (for ld, objdump, objcopy) ../riscv-gnu-tools/bin/riscv64-unknown-elf-*

RISC-V LLVM ../llvm_build/bin/clang

About

Regression tests for RISC-V CPUs using LLVM tying in to the CDL code repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors