disable buffer absorbing in the template script for bitstream generation. This is applicable to a wide range of benchmarks

This commit is contained in:
tangxifan 2020-08-19 15:34:59 -06:00
parent 18735894f9
commit f0bc6f83f1
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 --absorb_buffer_luts off
# Read OpenFPGA architecture definition
read_openfpga_arch -f ${OPENFPGA_ARCH_FILE}