Skip to content

Commit 8cb20aa

Browse files
author
MohamedElgammal
committed
Address Vaughn's comments
1 parent 829d907 commit 8cb20aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.developers.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ They can be used for FPGA architecture exploration for DL and also for tuning CA
637637

638638
A typical approach to evaluating an algorithm change would be to run `koios_medium` (or `koios_medium_no_hb`) tasks from the nightly regression test (vtr_reg_nightly_test4), the `koios_large` (or `koios_large_no_hb`) and the `koios_proxy` (or `koios_proxy_no_hb`) tasks from the weekly regression test (vtr_reg_weekly). The nightly test contains smaller benchmarks, whereas the large designs are in the weekly regression test. To measure QoR for the entire benchmark suite, both nightly and weekly tests should be run and the results should be concatenated.
639639

640-
As 3 of the `koios_large` circuits require special settings due to having long DSP chains, they are splitted in separate tasks as follows:
640+
As 3 of the `koios_large` circuits require special settings due to having long DSP chains, they are split in separate tasks as follows:
641641
* `bwave_like.float.large.v` and `bwave_like.fixed.large.v` are in `vtr_reg_weekly/koios_bwave_large` task
642642
* `dla_like.large.v` is in `vtr_reg_weekly/koios_dla_large` task
643643

@@ -667,15 +667,15 @@ The following table provides details on available Koios settings in VTR flow:
667667

668668
For more information refer to the [Koios benchmark home page](vtr_flow/benchmarks/verilog/koios/README.md).
669669

670-
To make running all the koios benchmark easier, especially with thos circuits scattered between different tasks, we added a task list that triggers all the 40 circuits of Koios as follows (this will run all the circuits with cimplex DSP functionality enabled. If you want to disable the complex DSP, edit the file to point to `koios_*_no_hb` tasks):
670+
To make running all the koios benchmarks easier, especially with thos circuits scattered between different tasks, there is an overall task list that runs all the 40 circuits of Koios as follows (this will run all the circuits with complex DSP functionality enabled. If you want to disable the complex DSP, edit the file to point to the `koios_*_no_hb` tasks):
671671

672672
```shell
673673
$ ../scripts/run_vtr_task.py -l koios_task_list.txt
674674

675675
#Several hours later... they complete
676676
#
677677

678-
The following steps show a sequence of commands to run the `koios` tasks on the Koios benchmarks:
678+
If you want to run a subset of the koios benchmarks or run them without hard DSP blocks, you can run lower-level 'koios' tasks as follows:
679679

680680
```shell
681681
#From the VTR root

0 commit comments

Comments
 (0)