Skip to content

Kite v1.12

Latest
Compare
Choose a tag to compare
@wjhsong wjhsong released this 22 Mar 06:18
  • To obtain a copy of Kite v1.12, use the following command in the terminal.
    $ git clone --branch v1.12 https://github.com/yonseicasl/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: Architecture Simulator for RISC-V Instruction Set}},
      howpublished={Yonsei University},
      month={May},
      year={2019},
      url={https://casl.yonsei.ac.kr/kite},
}