-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathCitation Guide
72 lines (51 loc) · 3.23 KB
/
Citation Guide
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
This guide is supposed to help clarify which of the COFFE-related papers should be cited when using COFFE.
Generally, it's a good idea to cite the paper describing the latest version of COFFE:
S. Yazdanshenas and V. Betz, "COFFE 2: Automatic Modelling and Optimization of Complex and Heterogeneous FPGA Architectures", ACM TRETS, Vol. 12, No. 1, April 2018, pp. 3:1 - 3:27.
If you are using Latex, you can cite the publication by adding the following to your bibiolography file:
@article{10.1145/3301298,
author = {Yazdanshenas, Sadegh and Betz, Vaughn},
title = {COFFE 2: Automatic Modelling and Optimization of Complex and Heterogeneous FPGA Architectures},
issue_date = {April 2018},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
volume = {12},
number = {1},
issn = {1936-7406},
url = {https://doi.org/10.1145/3301298},
doi = {10.1145/3301298},
articleno = {3},
numpages = {27},
}
However, if you are interested in talking about and/or expanding specific features of COFFE, you can also cite one of the papers below depending on the feature of interest.
1) If you are using COFFE's heterogeneous block modelling (standard cell and full-custom hybrid), carry chains, or fracturable LUTs, please cite the following paper:
Sadegh Yazdanshenas and Vaughn Betz. "Automatic circuit design and modelling for heterogeneous FPGAs." International Conference on Field Programmable Technology (FPT), pages 9-16. IEEE, 2017.
If you are using Latex, you can cite the publication by adding the following to your bibliography file:
@inproceedings{yazdanshenas2017automatic,
title={Automatic circuit design and modelling for heterogeneous {FPGAs}},
author={Yazdanshenas, Sadegh and Betz, Vaughn},
booktitle={International Conference on Field Programmable Technology (FPT)},
pages={9--16},
year={2017},
organization={IEEE}
}
2) If you are using COFFE's memory block modelling (either SRAM-based or MTJ-based), please cite the following paper:
Sadegh Yazdanshenas, Kosuke Tatsumura, and Vaughn Betz. "Don't forget the memory: Automatic block RAM modelling, optimization, and architecture exploration." ACM/SIGDA International Symposium on Field-Programmable Gate Arrays (FPGA), pages 115-124. ACM, 2017.
If you are using Latex, you can cite the publication by adding the following to your bibliography file:
@inproceedings{yazdanshenas2017don,
title={Don't Forget the Memory: Automatic Block {RAM} Modelling, Optimization, and Architecture Exploration},
author={Yazdanshenas, Sadegh and Tatsumura, Kosuke and Betz, Vaughn},
booktitle={ACM/SIGDA International Symposium on Field-Programmable Gate Arrays (FPGA)},
pages={115--124},
year={2017},
organization={ACM}
}
3) The original COFFE paper:
Chiasson, Charles, and Vaughn Betz. "COFFE: Fully-automated transistor sizing for FPGAs." Field-Programmable Technology (FPT), 2013 International Conference on, pages 34-41. IEEE, 2013.
If you are using Latex, you can cite the publication by adding the following to your bibliography file:
@inproceedings{chiasson2013coffe,
title={{COFFE}: Fully-automated transistor sizing for {FPGAs}},
author={Chiasson, Charles and Betz, Vaughn},
booktitle={International Conference on Field-Programmable Technology (FPT)},
pages={34--41},
year={2013}
}