Update README.md
Browse files
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`:
|
| 39 |
-
- `name`:
|
| 40 |
-
- `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 |
|