ggcristian
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Dataset for the paper "A Deep Learning Framework for Verilog Autocompletion Towards Design and Verification Automation":
|
2 |
+
|
3 |
+
```
|
4 |
+
@misc{dehaerne2023deep,
|
5 |
+
title={A Deep Learning Framework for Verilog Autocompletion Towards Design and Verification Automation},
|
6 |
+
author={Enrique Dehaerne and Bappaditya Dey and Sandip Halder and Stefan De Gendt},
|
7 |
+
year={2023},
|
8 |
+
eprint={2304.13840},
|
9 |
+
archivePrefix={arXiv},
|
10 |
+
primaryClass={cs.LG}
|
11 |
+
}
|
12 |
+
```
|
13 |
+
|
14 |
+
Disclaimer: I am not the original author and uploaded this here only for convenience. Please refer to the original repo for any information.
|
15 |
+
https://github.com/99EnriqueD/verilog_autocompletion
|