Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarification to README #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ To synthesize the designs using Yosys (incl. ABC1/9), use the `yosys_synth_all.s
```
./yosys_synth_all.sh -i ~/workspace/staging_fpga_benchmarks/design_files/vtr_bench_with_ram -yp ~/workspace/yosys-fpga-benchmarks/yosys -yc "-dff -flatten -noiopad -abc9" -o ~/workspace/staging_fpga_benchmarks/tmpout --scratchpad "-set xilinx_dsp.multonly 1"
```
Use the command line parameters to specify exactly which commands should be passed to Yosys.
The Yosys version we used is available here, checkout the corresponding branch:
Note that you can use the command line parameters to specify exactly which commands should be passed to Yosys.
`--scratchpad "-set xilinx_dsp.multonly 1"` is just an example, it does not need to be passed.
The Yosys version we used is available here, if you wish to use it checkout the corresponding branch:
https://github.com/benlcb/yosys-fpga-benchmarks
This is just for replication, you can use the upstream Yosys version for up-to-date results.

### Vivado

Expand All @@ -25,4 +27,4 @@ This should generate a `.csv` for each device and grade for which there are resu
## Simulation ##

Simulation examples can be found in /simulation/, but Vivado is necessary to execute the script.
Adjust the file paths and then simply execute `run.sh` in the `SIM` folder of the design under test.
Adjust the file paths and then simply execute `run.sh` in the `SIM` folder of the design under test.