2020-01-27 18:43:22 -06:00
|
|
|
# Run VPR for the s298 design
|
|
|
|
vpr ./test_vpr_arch/k6_N10_40nm.xml ./test_blif/s298.blif
|
|
|
|
|
|
|
|
# Read OpenFPGA architecture definition
|
|
|
|
read_openfpga_arch -f ./test_openfpga_arch/k6_N10_40nm_openfpga.xml
|
|
|
|
|
|
|
|
# Annotate the OpenFPGA architecture to VPR data base
|
|
|
|
link_openfpga_arch
|
2020-01-28 18:04:10 -06:00
|
|
|
|
2020-01-29 17:23:41 -06:00
|
|
|
# Check and correct any naming conflicts in the BLIF netlist
|
2020-01-29 22:53:56 -06:00
|
|
|
check_netlist_naming_conflict --fix --report ./netlist_renaming.xml
|
2020-01-29 17:23:41 -06:00
|
|
|
|
2020-01-28 18:04:10 -06:00
|
|
|
# Finish and exit OpenFPGA
|
|
|
|
exit
|