[Script] Update write_full_testbench example script to support custom device layout in VPR

This commit is contained in:
tangxifan 2021-06-03 17:08:08 -06:00
parent b83d8826fb
commit 8fc90637e0
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Run VPR for the 'and' design
#--write_rr_graph example_rr_graph.xml
vpr ${VPR_ARCH_FILE} ${VPR_TESTBENCH_BLIF} --clock_modeling route
vpr ${VPR_ARCH_FILE} ${VPR_TESTBENCH_BLIF} --clock_modeling route ${OPENFPGA_VPR_DEVICE_LAYOUT}
# Read OpenFPGA architecture definition
read_openfpga_arch -f ${OPENFPGA_ARCH_FILE}