From e677088a699d9c37cc6d25ffdfa5912f6a29df3c Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Tue, 29 Oct 2024 01:03:26 +0800 Subject: [PATCH] Add citation information --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index fbcce99f..fd23c1be 100644 --- a/README.md +++ b/README.md @@ -328,6 +328,19 @@ Alternatively, you may want to view a hosted `rv32emu` [demo page](https://syspr See [CONTRIBUTING.md](CONTRIBUTING.md) for contribution guidelines. +## Citation + +Please see our [VMIL'24](https://2024.splashcon.org/home/vmil-2024) paper, available in the [ACM digital library](https://dl.acm.org/doi/10.1145/3689490.3690399). +``` +@inproceedings{ncku2024accelerate, + title={Accelerate {RISC-V} Instruction Set Simulation by Tiered {JIT} Compilation}, + author={Chen, Yen-Fu and Chen, Meng-Hung and Huang, Ching-Chun and Tu, Chia-Heng}, + booktitle={Proceedings of the 16th ACM SIGPLAN International Workshop on Virtual Machines and Intermediate Languages}, + pages={12--22}, + year={2024} +} +``` + ## License `rv32emu` is available under a permissive MIT-style license.