Skip to content

Commit

Permalink
v1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
William Song authored and William Song committed Mar 21, 2024
1 parent f185103 commit 889b1dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ It was validated in Ubuntu 16.04 (Xenial), 18.04 (Bionic Beaver), 20.04 (Focal F
The latest release of Kite is v1.12 (as of March 2024).
To obtain a copy of Kite v1.12, use the following command in the terminal.
```
$ git clone ––branch v1.12 https://github.com/yonsei-icsl/kite
$ git clone ––branch v1.12 https://github.com/yonseicasl/kite
```

The following executes an example RISC-V assembly code, `program_code`.
Expand All @@ -38,7 +38,7 @@ For more detailed information, refer to the documentation in doc/kite.pdf. Pleas
howpublished = {Yonsei University},
month = {May},
year = {2019},
note = {[Online], Available: \url{https://icsl.yonsei.ac.kr/kite}},
note = {[Online], Available: \url{https://casl.yonsei.ac.kr/kite}},
}
```

Binary file modified doc/kite.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion doc/kite.tex
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ \section{Prerequisite, Download, and Installation} \label{sec:install}
Then, enter the {\tt\small kite/} directory and build the simulator using a {\tt\small make} command.

\begin{Verbatim}[frame=single,fontsize=\small]
$ git clone --branch v1.12 https://github.com/yonsei-icsl/kite
$ git clone --branch v1.12 https://github.com/yonseicasl/kite
$ cd kite/
$ make -j
\end{Verbatim}
Expand Down

0 comments on commit 889b1dc

Please sign in to comment.