|
| 1 | +############################################################################### |
| 2 | +# Configuration file for running the MCNC benchmarks through the AP flow. |
| 3 | +# |
| 4 | +# The AP flow requires that each circuit contains fixed blocks and is fixed |
| 5 | +# to a specific device size. The device sizes here were chosen to match the |
| 6 | +# device sizes of the default VTR flow. |
| 7 | +############################################################################### |
| 8 | + |
| 9 | +# Path to directory of circuits to use |
| 10 | +circuits_dir=benchmarks/blif/wiremap6 |
| 11 | + |
| 12 | +# Path to directory of architectures to use |
| 13 | +archs_dir=arch/timing |
| 14 | + |
| 15 | +# Add architectures to list to sweep |
| 16 | +arch_list_add=k6_frac_N10_40nm.xml |
| 17 | + |
| 18 | +# Add circuits to list to sweep |
| 19 | +circuit_list_add=apex4.pre-vpr.blif |
| 20 | +circuit_list_add=des.pre-vpr.blif |
| 21 | +circuit_list_add=ex1010.pre-vpr.blif |
| 22 | +circuit_list_add=seq.pre-vpr.blif |
| 23 | + |
| 24 | +# Constrain the circuits to their devices |
| 25 | +circuit_constraint_list_add=(apex4.pre-vpr.blif, device=mcnc_medium) |
| 26 | +circuit_constraint_list_add=(seq.pre-vpr.blif, device=mcnc_medium) |
| 27 | +circuit_constraint_list_add=(des.pre-vpr.blif, device=mcnc_large) |
| 28 | +circuit_constraint_list_add=(ex1010.pre-vpr.blif, device=mcnc_large) |
| 29 | + |
| 30 | +# Constrain the IOs |
| 31 | +circuit_constraint_list_add=(apex4.pre-vpr.blif, constraints=../../../../../mcnc/constraints/apex4_io_constraint.xml) |
| 32 | +circuit_constraint_list_add=(seq.pre-vpr.blif, constraints=../../../../../mcnc/constraints/seq_io_constraint.xml) |
| 33 | +circuit_constraint_list_add=(des.pre-vpr.blif, constraints=../../../../../mcnc/constraints/des_io_constraint.xml) |
| 34 | +circuit_constraint_list_add=(ex1010.pre-vpr.blif, constraints=../../../../../mcnc/constraints/ex1010_io_constraint.xml) |
| 35 | + |
| 36 | +# Constrain the circuits to their channel widths |
| 37 | +# 1.3 * minW |
| 38 | +circuit_constraint_list_add=(apex4.pre-vpr.blif, route_chan_width=78) |
| 39 | +circuit_constraint_list_add=(seq.pre-vpr.blif, route_chan_width=78) |
| 40 | +circuit_constraint_list_add=(des.pre-vpr.blif, route_chan_width=44) |
| 41 | +circuit_constraint_list_add=(ex1010.pre-vpr.blif, route_chan_width=114) |
| 42 | + |
| 43 | +# Parse info and how to parse |
| 44 | +parse_file=vpr_fixed_chan_width.txt |
| 45 | + |
| 46 | +# How to parse QoR info |
| 47 | +qor_parse_file=qor_ap_fixed_chan_width.txt |
| 48 | + |
| 49 | +# Pass requirements |
| 50 | +pass_requirements_file=pass_requirements_ap_fixed_chan_width.txt |
| 51 | + |
| 52 | +# Pass the script params while writing the vpr constraints. |
| 53 | +script_params=-starting_stage vpr -track_memory_usage --analytical_place --route --ap_partial_legalizer none |
| 54 | + |
0 commit comments