aboutsummaryrefslogtreecommitdiffstats
path: root/papers.bib
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-10-07 23:33:18 +0100
committerYann Herklotz <git@yannherklotz.com>2021-10-07 23:33:18 +0100
commitd02c3f6d1f1f86447bc19a57f02fb5930a40a849 (patch)
tree791c44d214a242ece7feb190f46b1e31aad4e1e8 /papers.bib
parent77f1674c1cad379860a2a9f089c9deafd62f21b3 (diff)
downloadyannherklotz.com-d02c3f6d1f1f86447bc19a57f02fb5930a40a849.tar.gz
yannherklotz.com-d02c3f6d1f1f86447bc19a57f02fb5930a40a849.zip
Add bib files
Diffstat (limited to 'papers.bib')
-rw-r--r--papers.bib45
1 files changed, 45 insertions, 0 deletions
diff --git a/papers.bib b/papers.bib
new file mode 100644
index 0000000..86180c0
--- /dev/null
+++ b/papers.bib
@@ -0,0 +1,45 @@
+@inproceedings{OOPSLA&nbsp;&#39;21,
+ author = {Herklotz, Yann and Pollard, James D. and Ramanathan, Nadesh and Wickerson, John},
+ title = {Formal Verification of High-Level Synthesis},
+ year = {2021},
+ number = {OOPSLA},
+ numpages = {30},
+ month = {11},
+ journal = {Proc. ACM Program. Lang.},
+ volume = {5},
+ publisher = {ACM},
+ doi = {10.1145/3485494},
+ url_manuscript = {/papers/oopsla21_fvhls.pdf},
+ url_slides = {/docs/oopsla21/slides_fvhls.pdf},
+ url_artifact = {https://github.com/ymherklotz/vericert},
+ url_video = {https://youtu.be/clPiKbKVlUA}
+}
+
+@inproceedings{FCCM&nbsp;&#39;21,
+ author = {Herklotz, Yann and Du, Zewei and Ramanathan, Nadesh and Wickerson, John},
+ title = {An Empirical Study of the Reliability of High-Level Synthesis Tools},
+ year = {2021},
+ booktitle = {29th {IEEE} Annual Int. Symp. on Field-Programmable Custom Computing Machines},
+ keywords = {automated testing, compiler defect, compiler testing, random program generation, random testing},
+ numpages = 5,
+ doi = {10.1109/FCCM51124.2021.00034},
+ url_manuscript = {/papers/fccm21_esrhls.pdf},
+ url_artifact = {https://github.com/ymherklotz/fuzzing-hls},
+}
+
+@inproceedings{FPGA&nbsp;&#39;20,
+ author = {Yann Herklotz and John Wickerson},
+ title = {Finding and Understanding Bugs in {FPGA} Synthesis Tools},
+ year = 2020,
+ booktitle = {ACM/SIGDA Int. Symp. on Field-Programmable Gate Arrays},
+ doi = {10.1145/3373087.3375310},
+ isbn = {978-1-4503-7099-8/20/02},
+ keywords = {automated testing, compiler defect, compiler testing, random program generation, random testing},
+ location = {Seaside, CA, USA},
+ numpages = 11,
+ url_poster = {/docs/msrphd2019/verismith_poster.pdf},
+ url_slides = {/docs/fpga2020/verismith_slides.pdf},
+ url_blog_post = {/blog/2019-06-19-verismith.html},
+ url_manuscript = {/papers/fpga20_fubfst.pdf},
+ url_artifact = {https://github.com/ymherklotz/verismith},
+}