You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, we recommend that you use the default values for the rest.
92
104
93
-
## Known Issues
105
+
## Issues
106
+
Problem descriptions in `descriptions/VerilogDescriptions_Machine.jsonl` are machine
107
+
generated and we can not guarantee the absense of ambiguity and errors. We do not plan
108
+
to maintain description correctness.
109
+
110
+
Functional correctness are evaluated through comparing simulation outputs using
111
+
[ICARUS Verilog](https://github.com/steveicarus/iverilog). The evaluation of Verilog syntax is limited by the simulator, which might not include all features of Verilog HDL
112
+
IEEE-1364 standard.
94
113
95
-
While evaluation uses very little memory, you might see the following error
96
-
message when the system is running out of RAM. Since this may cause some
97
-
correct programs to fail, we recommend that you free some memory and try again.
98
-
```
99
-
malloc: can't allocate region
100
-
```
101
114
102
115
## Citation
103
116
104
117
Please cite using the following bibtex entry:
105
118
106
119
```
107
-
@article{chen2021codex,
108
-
title={Evaluating Large Language Models Trained on Code},
109
-
author={Mark Chen and Jerry Tworek and Heewoo Jun and Qiming Yuan and Henrique Ponde de Oliveira Pinto and Jared Kaplan and Harri Edwards and Yuri Burda and Nicholas Joseph and Greg Brockman and Alex Ray and Raul Puri and Gretchen Krueger and Michael Petrov and Heidy Khlaaf and Girish Sastry and Pamela Mishkin and Brooke Chan and Scott Gray and Nick Ryder and Mikhail Pavlov and Alethea Power and Lukasz Kaiser and Mohammad Bavarian and Clemens Winter and Philippe Tillet and Felipe Petroski Such and Dave Cummings and Matthias Plappert and Fotios Chantzis and Elizabeth Barnes and Ariel Herbert-Voss and William Hebgen Guss and Alex Nichol and Alex Paino and Nikolas Tezak and Jie Tang and Igor Babuschkin and Suchir Balaji and Shantanu Jain and William Saunders and Christopher Hesse and Andrew N. Carr and Jan Leike and Josh Achiam and Vedant Misra and Evan Morikawa and Alec Radford and Matthew Knight and Miles Brundage and Mira Murati and Katie Mayer and Peter Welinder and Bob McGrew and Dario Amodei and Sam McCandlish and Ilya Sutskever and Wojciech Zaremba},
110
-
year={2021},
111
-
eprint={2107.03374},
112
-
archivePrefix={arXiv},
113
-
primaryClass={cs.LG}
120
+
@inproceedings{liu2023verilogeval,
121
+
title={{VerilogEval:} Evaluating Large Language Models for Verilog Code Generation},
122
+
author={Liu, Mingjie and Pinckney, Nathaniel and Khailany, Brucek and Ren, Haoxing},
123
+
booktitle={2023 IEEE/ACM International Conference on Computer-Aided Design (ICCAD)},
0 commit comments