PEFT
Safetensors
henryen commited on
Commit
25d1826
1 Parent(s): f5d7af1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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