2019-08-16 10:44:50 -05:00
|
|
|
# = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
2019-08-09 01:17:06 -05:00
|
|
|
# Configuration file for running experiments
|
2019-08-16 10:44:50 -05:00
|
|
|
# = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
|
|
|
# timeout_each_job : FPGA Task script splits fpga flow into multiple jobs
|
|
|
|
# Each job execute fpga_flow script on combination of architecture & benchmark
|
|
|
|
# timeout_each_job is timeout for each job
|
|
|
|
# = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
|
|
|
|
2019-08-09 01:17:06 -05:00
|
|
|
[GENERAL]
|
2019-08-16 10:44:50 -05:00
|
|
|
power_tech_file = ${PATH:OPENFPGA_PATH}/openfpga_flow/tech/winbond90nm/winbond90nm_power_properties.xml
|
|
|
|
power_analysis = true
|
|
|
|
spice_output=false
|
|
|
|
verilog_output=false
|
2019-08-09 01:17:06 -05:00
|
|
|
timeout_each_job = 20*60
|
|
|
|
|
|
|
|
[ARCHITECTURES]
|
|
|
|
arch0=${PATH:OPENFPGA_PATH}/openfpga_flow/arch/winbond90/k6_N10_rram_memory_bank_SC_winbond90.xml
|
|
|
|
|
|
|
|
[BENCHMARKS]
|
2019-08-16 10:44:50 -05:00
|
|
|
bench0=${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/MCNC_Verilog/s298/s298.v
|
2019-08-25 01:23:39 -05:00
|
|
|
bench1=${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/MCNC_Verilog/elliptic/elliptic.v
|
2019-08-09 01:17:06 -05:00
|
|
|
|
|
|
|
[SYNTHESIS_PARAM]
|
2019-08-16 10:44:50 -05:00
|
|
|
bench0_top = s298
|
2019-08-25 01:23:39 -05:00
|
|
|
bench1_top = elliptic
|
2019-08-09 01:17:06 -05:00
|
|
|
|
2019-08-25 01:23:39 -05:00
|
|
|
[SCRIPT_PARAM_1]
|
|
|
|
min_route_chan_width=1.3
|
|
|
|
|
|
|
|
[SCRIPT_PARAM_2]
|
|
|
|
min_route_chan_width=1.8
|
2019-08-09 01:17:06 -05:00
|
|
|
|
|
|
|
[POST_RUN]
|
|
|
|
# Not Implemented yet
|
|
|
|
# Parse info and how to parse
|
|
|
|
parse_file=vpr_standard.txt
|
|
|
|
|
|
|
|
# Pass requirements
|
|
|
|
pass_requirements_file=pass_requirements.txt
|