summaryrefslogtreecommitdiffstats
path: root/references.bib
diff options
context:
space:
mode:
Diffstat (limited to 'references.bib')
-rw-r--r--references.bib36
1 files changed, 20 insertions, 16 deletions
diff --git a/references.bib b/references.bib
index 4a2b791..b2a80ee 100644
--- a/references.bib
+++ b/references.bib
@@ -1,20 +1,23 @@
-@article{Herklotz2020,
- abstract = {High-level synthesis (HLS), which refers to the automatic compilation of software into hardware, is rapidly gaining popularity. In a world increasingly reliant on application-specific hardware accelerators, HLS promises hardware designs of comparable performance and energy efficiency to those coded by hand in a hardware description language such as Verilog, while maintaining the convenience and the rich ecosystem of software development. However, current HLS tools cannot always guarantee that the hardware designs they produce are equivalent to the software they were given, thus undermining any reasoning conducted at the software level. Furthermore, there is mounting evidence that existing HLS tools are quite unreliable, sometimes generating wrong hardware or crashing when given valid inputs. To address this problem, we present the first HLS tool that is mechanically verified to preserve the behaviour of its input software. Our tool, called Vericert, extends the CompCert verified C compiler with a new hardware-oriented intermediate language and a Verilog back end, and has been proven correct in Coq. Vericert supports most C constructs, including all integer operations, function calls, local arrays, structs, unions, and general control-flow statements. An evaluation on the PolyBench/C benchmark suite indicates that Vericert generates hardware that is around an order of magnitude slower (only around 2\texttimes{} slower in the absence of division) and about the same size as hardware generated by an existing, optimising (but unverified) HLS tool.},
- author = {Herklotz, Yann and Pollard, James D. and Ramanathan, Nadesh and Wickerson, John},
- location = {New York, NY, USA},
- publisher = {Association for Computing Machinery},
- url = {https://doi.org/10.1145/3485494},
- date = {2021-10},
- doi = {10.1145/3485494},
- journaltitle = {Proc. ACM Program. Lang.},
- keywords = {high-level synthesis,Coq,Verilog,CompCert,C},
- number = {OOPSLA},
- title = {Formal Verification of High-Level Synthesis},
- volume = {5}
+@article{vericert,
+ author = {Yann Herklotz and
+ James D. Pollard and
+ Nadesh Ramanathan and
+ John Wickerson},
+ title = {Formal verification of high-level synthesis},
+ journal = {Proc. {ACM} Program. Lang.},
+ volume = {5},
+ number = {{OOPSLA}},
+ pages = {1--30},
+ year = {2021},
+ url = {https://doi.org/10.1145/3485494},
+ doi = {10.1145/3485494},
+ timestamp = {Sat, 08 Jan 2022 02:21:39 +0100},
+ biburl = {https://dblp.org/rec/journals/pacmpl/HerklotzPRW21.bib},
+ bibsource = {dblp computer science bibliography, https://dblp.org}
}
@misc{intel_hls,
- publisher = {Intel},
+ author = {{Intel}},
title = {Intel High Level Synthesis Compiler},
year = 2022,
url = {https://www.intel.com/content/www/us/en/software/programmable/quartus-prime/hls-compiler.html},
@@ -24,10 +27,11 @@
author = {{Withheld for blind review}},
title = {Public Github repository for Vericert-Fun},
year = 2022,
+ url = {https://github.com/[withheld]/Vericert-Fun},
}
@misc{xilinx_vitis,
- publisher = {Xilinx Inc.},
+ author = {{Xilinx Inc.}},
title = {Vitis HLS},
year = 2022,
url = {https://www.xilinx.com/products/design-tools/vivado/integration/esl-design.html},
@@ -206,7 +210,7 @@
pages = {653--669},
publisher = {{USENIX} Association},
year = {2016},
- url = {https://www.usenix.org/conference/osdi16/technical-sessions/presentation/gu},
+ doi = {10.5555/3026877.3026928},
timestamp = {Tue, 02 Feb 2021 08:06:02 +0100},
biburl = {https://dblp.org/rec/conf/osdi/GuSCWKSC16.bib},
bibsource = {dblp computer science bibliography, https://dblp.org}