Skip to content

Commit 07804d6

Browse files
committed
First version
1 parent ef2d2a7 commit 07804d6

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

_config.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
title: ASPIS
2-
description: LLVM-based Software-Implemented Hardware Fault Tolernace
2+
description: LLVM-based Software-Implemented Hardware Fault Tolerance
33

44
show_downloads: true
55

66
remote_theme: pages-themes/cayman@v0.2.0
77

88
plugins:
99
- jekyll-remote-theme # add this line to the plugins list if you already have one
10+
11+
github:
12+
zip_url: https://github.com/HEAPLab/ASPIS/zipball/master
13+
tar_url: https://github.com/HEAPLab/ASPIS/tarball/master

index.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
11
## ASPIS
22

3-
WIP
3+
ASPIS (from the ancient Greek Ἀσπίς Aspís, shield) is a set of LLVM passes that
4+
harden the code against Single-Event Upsets (SEUs) by introducing fault
5+
detection mechanisms.
6+
7+
This document is still a Work-in-Progress.
8+
9+
10+
### Scientific papers
11+
The main reference paper for the ASPIS tool is:
12+
- Davide Baroffio, Federico Reghenzani, and William Fornaciari. 2024. Enhanced Compiler Technology for Software-based Hardware Fault Detection. ACM Trans. Des. Autom. Electron. Syst. Just Accepted (April 2024). (https://doi.org/10.1145/3660524)[doi:10.1145/3660524]
13+
14+
15+
Other articles:
16+
- Davide Baroffio and Federico Reghenzani. 2023. Compiler-Injected SIHFT for Embedded Operating Systems. In Proceedings of the 20th ACM International Conference on Computing Frontiers (CF '23). Association for Computing Machinery, New York, NY, USA, 337–343. (https://doi.org/10.1145/3587135.3589944)[doi:10.1145/3587135.3589944].
17+
18+
19+
### Acknowlegments

0 commit comments

Comments
 (0)