rm out-of-date script
This commit is contained in:
parent
05ebd77d7d
commit
9fd184e3ab
|
@ -1,14 +0,0 @@
|
|||
# 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
|
||||
|
||||
# Check and correct any naming conflicts in the BLIF netlist
|
||||
check_netlist_naming_conflict --fix --report ./netlist_renaming.xml
|
||||
|
||||
# Finish and exit OpenFPGA
|
||||
exit
|
Loading…
Reference in New Issue