From 628826896f960d2afa9c790d9bf9f4bce3833f9e Mon Sep 17 00:00:00 2001 From: Hoa Nguyen Date: Tue, 2 Apr 2024 08:42:21 -0700 Subject: [PATCH] arch-riscv: Use TeX's escape seq in Python instead of Unicode (#985) Currently, the citation string has a Unicode character. This works well in gem5, but it breaks the gem5+SST simulation [1]. This change modifies the letter "u" with umlaut to use TeX's escape sequence for this letter instead of using the UTF-8 character. [1] https://github.com/gem5/gem5/issues/982 Signed-off-by: Hoa Nguyen --- src/arch/riscv/RiscvInterrupts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/riscv/RiscvInterrupts.py b/src/arch/riscv/RiscvInterrupts.py index 7cb0412a69..a66344df51 100644 --- a/src/arch/riscv/RiscvInterrupts.py +++ b/src/arch/riscv/RiscvInterrupts.py @@ -50,7 +50,7 @@ add_citation( r"""@inproceedings{Hauser:2024:LocalRiscvInterrupts, author = {Robert Hauser and Lukas Steffen and - Florian Grützmacher and + Florian Gr{\"u}tzmacher and Christian Haubelt}, title = {Analyzing Local RISC-V Interrupt Latencies with Virtual Prototyping}, booktitle = {Workshop Methoden und Beschreibungssprachen zur Modellierung und Verifikation von Schaltungen und Systemen (MBMV24)},