summaryrefslogtreecommitdiffstats
path: root/conference.bib
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-08-10 16:28:12 +0200
committerYann Herklotz <git@yannherklotz.com>2020-08-10 16:28:12 +0200
commit221d3d7ca073b32696b4118b98658b74e94c7a02 (patch)
tree8c6c71399144c4cca25416d87040cc1982c10bdd /conference.bib
parentc45bea00f992666b09211acb1fc3f96f70426b8b (diff)
downloadfccm21_esrhls-221d3d7ca073b32696b4118b98658b74e94c7a02.tar.gz
fccm21_esrhls-221d3d7ca073b32696b4118b98658b74e94c7a02.zip
Add some references
Diffstat (limited to 'conference.bib')
-rw-r--r--conference.bib65
1 files changed, 65 insertions, 0 deletions
diff --git a/conference.bib b/conference.bib
index e69de29..0e1411e 100644
--- a/conference.bib
+++ b/conference.bib
@@ -0,0 +1,65 @@
+@article{canis13_legup,
+ author = {Canis, Andrew and Choi, Jongsok and Aldham, Mark and Zhang, Victor and
+ Kammoona, Ahmed and Czajkowski, Tomasz and Brown, Stephen D. and Anderson, Jason
+ H.},
+ title = {Legup: an Open-Source High-Level Synthesis Tool for Fpga-Based
+ Processor/accelerator Systems},
+ journal = {ACM Trans. Embed. Comput. Syst.},
+ volume = {13},
+ number = {2},
+ year = {2013},
+ doi = {10.1145/2514740},
+ address = {New York, NY, USA},
+ articleno = {24},
+ issn = {1539-9087},
+ issue_date = {September 2013},
+ keywords = {High-level synthesis, FPGAs, hardware/software codesign, synthesis,
+ performance, power, field-programmable gate arrays},
+ month = sep,
+ numpages = {27},
+ publisher = {Association for Computing Machinery},
+}
+
+@misc{xilinx20_vivad_high_synth,
+ author = {Xilinx},
+ title = {Vivado High-level Synthesis},
+ url = {https://bit.ly/39ereMx},
+ urldate = {2020-07-20},
+ year = 2020,
+}
+
+@misc{intel20_sdk_openc_applic,
+ author = {Intel},
+ title = {{SDK} for {OpenCL} Applications},
+ url = {https://intel.ly/30sYHz0},
+ urldate = {2020-07-20},
+ year = 2020,
+}
+
+@misc{mentor20_catap_high_level_synth,
+ author = {Mentor},
+ title = {Catapult High-Level Synthesis},
+ url = {https://bit.ly/32xhADw},
+ urldate = {2020-06-06},
+ year = 2020,
+}
+
+@inproceedings{yang11_findin_under_bugs_c_compil,
+ author = {Yang, Xuejun and Chen, Yang and Eide, Eric and Regehr, John},
+ title = {Finding and Understanding Bugs in C Compilers},
+ booktitle = {Proceedings of the 32nd ACM SIGPLAN Conference on Programming
+ Language Design and Implementation},
+ year = 2011,
+ pages = {283--294},
+ doi = {10.1145/1993498.1993532},
+ url = {https://doi.org/10.1145/1993498.1993532},
+ acmid = 1993532,
+ address = {New York, NY, USA},
+ isbn = {978-1-4503-0663-8},
+ keywords = {automated testing, compiler defect, compiler testing, random
+ program generation, random testing},
+ location = {San Jose, California, USA},
+ numpages = 12,
+ publisher = {ACM},
+ series = {PLDI '11},
+}