Skip to content

Kite v1.6

Compare
Choose a tag to compare
@wjhsong wjhsong released this 21 Jul 23:36
· 94 commits to master since this release
  • To obtain a copy of Kite v1.6, use the following command in terminal.
    $ git clone --branch v1.6 https://github.com/yonsei-icsl/kite

  • Try building and executing an example code using the following commands.
    $ cd kite/
    $ make -j
    $ ./kite program_code

  • For more detailed information, refer to the documentation in doc/kite.pdf.

  • To reference our work, please use the following.

@misc{song_kite2019,
      author={William Song},
      title={{Kite: an architecture simulator for RISC-V instruction set}},
      howpublished={Yonsei University},
      month={May},
      year={2019},
      note={[Online], Available: \url{https://icsl.yonsei.ac.kr/kite}},
}