observerw commited on
Commit
8892724
·
verified ·
1 Parent(s): 09adb61

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -30,12 +30,12 @@ configs:
30
 
31
  Huggingface Datasets format of RTLLM 2.0.
32
 
33
- I'm not the author of this work; please refer to [this repo](https://github.com/hkust-zhiyao/RTLLM) to get more info.
34
 
35
  Columns:
36
 
37
  - `desc`: Design description;
38
- - `testbench`: all testbench-related files, include `testbench.v`;
39
  - `name`: file name;
40
  - `content`: file content;
41
  - `verified`: Verified implementation;
 
30
 
31
  Huggingface Datasets format of RTLLM 2.0.
32
 
33
+ I'm not the author of this work; please refer to [original repository](https://github.com/hkust-zhiyao/RTLLM) to get more info.
34
 
35
  Columns:
36
 
37
  - `desc`: Design description;
38
+ - `testbench`: all testbench-related files, including `testbench.v`;
39
  - `name`: file name;
40
  - `content`: file content;
41
  - `verified`: Verified implementation;