12 lines
304 B
Plaintext
12 lines
304 B
Plaintext
# 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
|
|
|
|
# Finish and exit OpenFPGA
|
|
exit
|