summaryrefslogtreecommitdiffstats
path: root/references.bib
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-11-18 16:19:41 +0000
committerYann Herklotz <git@yannherklotz.com>2020-11-18 16:20:25 +0000
commit66eb409419f265c1d9218d217e75be91ccb4a565 (patch)
treea9bc156ed4d3e6e7bf4921ca7403c2d6c1bd7952 /references.bib
parent995cc245cb723a8445f4c1766acae312567732b0 (diff)
downloadoopsla21_fvhls-66eb409419f265c1d9218d217e75be91ccb4a565.tar.gz
oopsla21_fvhls-66eb409419f265c1d9218d217e75be91ccb4a565.zip
Add to proof section
Diffstat (limited to 'references.bib')
-rw-r--r--references.bib41
1 files changed, 41 insertions, 0 deletions
diff --git a/references.bib b/references.bib
index ec8e945..7df5cbe 100644
--- a/references.bib
+++ b/references.bib
@@ -639,3 +639,44 @@ year = {2020},
year = 1999,
pages = {7--es},
}
+
+@inproceedings{loow19_verif_compil_verif_proces,
+ author = {L\"{o}\"{o}w, Andreas and Kumar, Ramana and Tan, Yong Kiam and
+ Myreen, Magnus O. and Norrish, Michael and Abrahamsson, Oskar
+ and Fox, Anthony},
+ title = {Verified Compilation on a Verified Processor},
+ tags = {verification},
+ booktitle = {Proceedings of the 40th ACM SIGPLAN Conference on Programming
+ Language Design and Implementation},
+ year = 2019,
+ pages = {1041--1053},
+ doi = {10.1145/3314221.3314622},
+ url = {https://doi.org/10.1145/3314221.3314622},
+ acmid = 3314622,
+ address = {New York, NY, USA},
+ isbn = {978-1-4503-6712-7},
+ keywords = {compiler verification, hardware verification, program
+ verification, verified stack},
+ location = {Phoenix, AZ, USA},
+ numpages = 13,
+ publisher = {ACM},
+ series = {PLDI 2019}
+}
+
+@inproceedings{loow19_proof_trans_veril_devel_hol,
+ author = {L\"{o}\"{o}w, Andreas and Myreen, Magnus O.},
+ title = {A Proof-producing Translator for Verilog Development in HOL},
+ tags = {hls, semantics},
+ booktitle = {Proceedings of the 7th International Workshop on Formal
+ Methods in Software Engineering},
+ year = 2019,
+ pages = {99--108},
+ doi = {10.1109/FormaliSE.2019.00020},
+ url = {https://doi.org/10.1109/FormaliSE.2019.00020},
+ acmid = 3338828,
+ address = {Piscataway, NJ, USA},
+ location = {Montreal, Quebec, Canada},
+ numpages = 10,
+ publisher = {IEEE Press},
+ series = {FormaliSE '19}
+}