Skip to content

T0ttyzinho/onikiri2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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++ 85.0%
  • Shell 4.8%
  • C# 3.7%
  • Perl 2.5%
  • Ruby 2.0%
  • C 1.4%
  • Other 0.6%