make further changes to VPR binding

This commit is contained in:
Tarachand Pagarani 2020-12-02 05:40:56 -08:00
parent 671f00469c
commit a90528544d
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ link_openfpga_arch --activity_file ${ACTIVITY_FILE} --sort_gsb_chan_node_in_edge
# Build the module graph # Build the module graph
# - Enabled compression on routing architecture modules # - Enabled compression on routing architecture modules
# - Enable pin duplication on grid modules # - Enable pin duplication on grid modules
build_fabric --compress_routing --duplicate_grid_pin --load_fabric_key ${EXTERNAL_FABRIC_KEY_FILE} #--verbose build_fabric --compress_routing --duplicate_grid_pin --generate_random_fabric_key #--verbose
# Write the SDC files for PnR backend # Write the SDC files for PnR backend
# - Turn on every options here # - Turn on every options here