Skip to content

mfkiwl/microarchtrace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

Clone the repository and the cores:

git clone --recursive https://github.com/hm-riscv/microarchtrace

Ibex Core

Go to directory:

cd cores/ibex

Build the simulation:

make build

Run the simulation with the hello test:

make run

Potentially you need to set the compiler to your RISC-V compiler:

make run CC=riscv64-unknown-elf-gcc

Inspect the microarchitecture trace:

babeltrace trace/

About

Microarchitecture traces of RISC-V cores, for processing with pipeline-viewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 53.7%
  • SystemVerilog 40.5%
  • Makefile 5.8%