Skip to content

nrkurata/onikiri2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Onikiri

Onikiri is a cycle-accurate processor simulator. Onikiri documentation is available on https://github.com/onikiri/onikiri2/wiki.

Quickstart

1.Clone from the repository

git clone https://github.com/onikiri/onikiri2 --recursive

2.Build Onikiri

cd onikiri2/project/gcc/
make

3.Run a sample pre-compiled alpha binary

cd ../../benchmark/HelloWorld/
../../project/gcc/onikiri2/a.out param.xml
(After that, Onikiri outputs result.xml and vis.c0.txt.gz.

4.(Visualize the pipeline log, if you are a Windows user

Execute tool/Kanata/Kanata.exe
Open vis.c0.txt.gz

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 88.2%
  • C# 4.6%
  • Perl 3.1%
  • Ruby 2.6%
  • C 1.2%
  • Makefile 0.3%