Update README.md
Browse files
README.md
CHANGED
@@ -120,7 +120,7 @@ The output will be:
|
|
120 |
endmodule
|
121 |
```
|
122 |
|
123 |
-
You can check its correctness using testbench provided under the folder `./data/example/`.
|
124 |
```bash
|
125 |
cd ./data/example/
|
126 |
evaluate_functional_correctness example_fix.jsonl --problem_file example_problem.jsonl
|
|
|
120 |
endmodule
|
121 |
```
|
122 |
|
123 |
+
You can check its correctness using testbench provided under the folder `./data/example/`. The command `evaluate_functional_correctness` is part of the verilog-eval tool, available at https://github.com/NVlabs/verilog-eval/tree/release/1.0.0.
|
124 |
```bash
|
125 |
cd ./data/example/
|
126 |
evaluate_functional_correctness example_fix.jsonl --problem_file example_problem.jsonl
|