observerw commited on
Commit
36a9043
·
verified ·
1 Parent(s): 8892724

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -33,12 +33,11 @@ Huggingface Datasets format of RTLLM 2.0.
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;
42
 
43
  Example usage:
44
 
 
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
  - `desc`: Design description;
37
+ - `testbench`: All testbench-related files, including `testbench.v`, `makefile`, etc.;
38
+ - `name`: File name;
39
+ - `content`: File content;
40
+ - `verified`: Verified implementation; The `verified_` prefix is removed.
41
 
42
  Example usage:
43