tum-ei-eda / etiss

Extendable Translating Instruction Set Simulator
https://tum-ei-eda.github.io/etiss/
Other
29 stars 36 forks source link

add citation file; trigger github citation plugin #135

Open JoGei opened 1 year ago

JoGei commented 1 year ago

This pull requests adds the CITATION.cff file to the base directory. This should trigger GitHubs citation plugin which will show a new node in the web interface on how to cite this work.

See here: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files

Feel free to push to this branch. It's just a proposal

JoGei commented 1 year ago

produces the following BibTex from this node image

@inproceedings{Mueller-Gritschneder_The_Extendable_Translating_2017,
author = {Mueller-Gritschneder, Daniel and Dittrich, Martin and Greim, Marc and Devarajegowda, Keerthikumara and Ecker, Wolfgang and Schlichtmann, Ulf},
booktitle = {RSP '17: Proceedings of the 28th International Symposium on Rapid System Prototyping: Shortening the Path from Specification to Prototype},
doi = {10.1145/3130265.3138858},
pages = {79--84},
publisher = {Association for Computing Machinery},
series = {28th International Symposium on Rapid System Prototyping: Shortening the Path from Specification to Prototype},
title = {{The Extendable Translating Instruction Set Simulator (ETISS) Interlinked with an MDA Framework for Fast RISC Prototyping}},
url = {https://doi.org/10.1145/3130265.3138858},
year = {2017}
}
github-actions[bot] commented 1 year ago

Performance Statistics

Status for the gcc Just-In-Time Engine (for commit eedc1561): No significant performance change Current dhrystone MIPS for gcc JIT : 101.21 Previous best for gcc JIT (recorded in commit 4d2d26fb): 108.31, difference -6.55%

Status for the llvm Just-In-Time Engine (for commit eedc1561): Regressed since commit 78716e7f Current dhrystone MIPS for llvm JIT : 24.86 Previous best for llvm JIT (recorded in commit 940dbdd7): 36.11, difference -31.15%

Status for the tcc Just-In-Time Engine (for commit eedc1561): 🥇 New best performance! Current dhrystone MIPS for tcc JIT : 63.39 Previous best for tcc JIT (recorded in commit eedc1561): 63.39, difference 1.63%

This comment was created automatically, please do not change!