ggcristian commited on
Commit
ce36e95
·
verified ·
1 Parent(s): f716b3e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -17,3 +17,28 @@ configs:
17
  - split: train
18
  path: data/train-*
19
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  - split: train
18
  path: data/train-*
19
  ---
20
+
21
+
22
+ Disclaimer: I am not the original author and uploaded this here only for convenience, it only contains the basename of each folder as well as the relative paths to avoid overhead. Please refer to the original repo for any information. https://github.com/hkust-zhiyao/RTLLM
23
+
24
+ ```
25
+ @inproceedings{lu2024rtllm,
26
+ author={Lu, Yao and Liu, Shang and Zhang, Qijun and Xie, Zhiyao},
27
+ booktitle={2024 29th Asia and South Pacific Design Automation Conference (ASP-DAC)},
28
+ title={RTLLM: An Open-Source Benchmark for Design RTL Generation with Large Language Model},
29
+ year={2024},
30
+ pages={722-727},
31
+ organization={IEEE}
32
+ }
33
+
34
+ @inproceedings{liu2024openllm,
35
+ title={OpenLLM-RTL: Open Dataset and Benchmark for LLM-Aided Design RTL Generation(Invited)},
36
+ author={Liu, Shang and Lu, Yao and Fang, Wenji and Li, Mengming and Xie, Zhiyao},
37
+ booktitle={Proceedings of 2024 IEEE/ACM International Conference on Computer-Aided Design (ICCAD)},
38
+ year={2024},
39
+ organization={ACM}
40
+ }
41
+
42
+ ```
43
+
44
+