2019-10-31 20:31:27 -05:00
|
|
|
# = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
|
|
|
# Configuration file for running experiments
|
|
|
|
# = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
|
|
|
# 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
|
|
|
|
# = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
|
|
|
|
|
|
|
[GENERAL]
|
|
|
|
power_tech_file = ${PATH:OPENFPGA_PATH}/openfpga_flow/tech/PTM_45nm/45nm.xml
|
|
|
|
power_analysis = true
|
|
|
|
spice_output=false
|
|
|
|
verilog_output=true
|
|
|
|
timeout_each_job = 20*60
|
|
|
|
fpga_flow=vpr_blif
|
|
|
|
|
|
|
|
[ARCHITECTURES]
|
2019-11-03 00:03:47 -05:00
|
|
|
#arch0=${PATH:OPENFPGA_PATH}/openfpga_flow/arch/template/k6_N10_sram_chain_HC_template.xml
|
2019-10-31 20:31:27 -05:00
|
|
|
#arch0=${PATH:OPENFPGA_PATH}/openfpga_flow/arch/template/k4_N4_sram_chain_FC_behavioral_verilog_template.xml
|
2019-11-03 00:03:47 -05:00
|
|
|
arch1=${PATH:OPENFPGA_PATH}/openfpga_flow/arch/template/k6_N10_sram_chain_HC_tileable_template.xml
|
2019-10-31 20:31:27 -05:00
|
|
|
|
|
|
|
[BENCHMARKS]
|
2019-11-03 00:03:47 -05:00
|
|
|
# Pass
|
2019-11-16 19:00:55 -06:00
|
|
|
bench0=${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/alu4/alu4.blif
|
2019-11-03 18:41:29 -06:00
|
|
|
# Pass, but port does not match, i_15_ is dangling
|
2019-11-16 19:00:55 -06:00
|
|
|
bench1=${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/apex2/apex2.blif
|
2019-11-03 18:41:29 -06:00
|
|
|
# Pass
|
2019-11-16 19:00:55 -06:00
|
|
|
bench2=${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/apex4/apex4.blif
|
2019-11-03 18:41:29 -06:00
|
|
|
bench3=${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/bigkey/bigkey.blif
|
|
|
|
# To be tested
|
2019-11-16 19:00:55 -06:00
|
|
|
bench4=${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/clma/clma.blif
|
|
|
|
bench5=${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/des/des.blif
|
|
|
|
bench6=${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/diffeq/diffeq.blif
|
|
|
|
bench7=${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/dsip/dsip.blif
|
|
|
|
bench8=${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/elliptic/elliptic.blif
|
|
|
|
bench9=${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/ex1010/ex1010.blif
|
|
|
|
bench10=${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/ex5p/ex5p.blif
|
|
|
|
bench11=${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/frisc/frisc.blif
|
|
|
|
bench12=${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/misex3/misex3.blif
|
|
|
|
bench13=${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/pdc/pdc.blif
|
2019-11-03 00:03:47 -05:00
|
|
|
# Pass
|
2019-11-16 19:00:55 -06:00
|
|
|
bench14=${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/s298/s298.blif
|
|
|
|
# Multi-mode support fails to repack, skip this now
|
2019-11-03 00:03:47 -05:00
|
|
|
#bench15=${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/s38417/s38417.blif
|
2019-11-16 19:00:55 -06:00
|
|
|
bench16=${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/s38584/s38584.blif
|
|
|
|
bench17=${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/seq/seq.blif
|
|
|
|
bench18=${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/spla/spla.blif
|
|
|
|
bench19=${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/tseng/tseng.blif
|
2019-10-31 20:31:27 -05:00
|
|
|
|
|
|
|
[SYNTHESIS_PARAM]
|
|
|
|
# Benchmark alu4
|
|
|
|
bench0_top = alu4
|
|
|
|
bench0_act = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/alu4/alu4.act
|
|
|
|
bench0_verilog = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/alu4/alu4.v
|
|
|
|
# Benchmark apex2
|
|
|
|
bench1_top = apex2
|
|
|
|
bench1_act = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/apex2/apex2.act
|
|
|
|
bench1_verilog = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/apex2/apex2.v
|
|
|
|
# Benchmark apex4
|
|
|
|
bench2_top = apex4
|
|
|
|
bench2_act = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/apex4/apex4.act
|
|
|
|
bench2_verilog = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/apex4/apex4.v
|
|
|
|
# Benchmark bigkey
|
|
|
|
bench3_top = bigkey
|
|
|
|
bench3_act = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/bigkey/bigkey.act
|
|
|
|
bench3_verilog = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/bigkey/bigkey.v
|
|
|
|
# Benchmark clma
|
|
|
|
bench4_top = clma
|
|
|
|
bench4_act = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/clma/clma.act
|
|
|
|
bench4_verilog = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/clma/clma.v
|
|
|
|
# Benchmark des
|
|
|
|
bench5_top = des
|
|
|
|
bench5_act = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/des/des.act
|
|
|
|
bench5_verilog = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/des/des.v
|
|
|
|
# Benchmark diffeq
|
|
|
|
bench6_top = diffeq
|
|
|
|
bench6_act = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/diffeq/diffeq.act
|
|
|
|
bench6_verilog = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/diffeq/diffeq.v
|
|
|
|
# Benchmark dsip
|
|
|
|
bench7_top = dsip
|
|
|
|
bench7_act = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/dsip/dsip.act
|
|
|
|
bench7_verilog = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/dsip/dsip.v
|
|
|
|
# Benchmark elliptic
|
|
|
|
bench8_top = elliptic
|
|
|
|
bench8_act = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/elliptic/elliptic.act
|
|
|
|
bench8_verilog = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/elliptic/elliptic.v
|
|
|
|
# Benchmark ex1010
|
|
|
|
bench9_top = ex1010
|
|
|
|
bench9_act = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/ex1010/ex1010.act
|
|
|
|
bench9_verilog = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/ex1010/ex1010.v
|
|
|
|
# Benchmark ex5p
|
|
|
|
bench10_top = ex5p
|
|
|
|
bench10_act = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/ex5p/ex5p.act
|
|
|
|
bench10_verilog = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/ex5p/ex5p.v
|
|
|
|
# Benchmark frisc
|
|
|
|
bench11_top = frisc
|
|
|
|
bench11_act = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/frisc/frisc.act
|
|
|
|
bench11_verilog = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/frisc/frisc.v
|
|
|
|
# Benchmark misex3
|
|
|
|
bench12_top = misex3
|
|
|
|
bench12_act = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/misex3/misex3.act
|
|
|
|
bench12_verilog = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/misex3/misex3.v
|
|
|
|
# Benchmark pdc
|
|
|
|
bench13_top = pdc
|
|
|
|
bench13_act = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/pdc/pdc.act
|
|
|
|
bench13_verilog = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/pdc/pdc.v
|
|
|
|
# Benchmark s298
|
|
|
|
bench14_top = s298
|
|
|
|
bench14_act = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/s298/s298.act
|
|
|
|
bench14_verilog = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/s298/s298.v
|
|
|
|
# Benchmark s38417
|
|
|
|
bench15_top = s38417
|
|
|
|
bench15_act = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/s38417/s38417.act
|
|
|
|
bench15_verilog = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/s38417/s38417.v
|
|
|
|
# Benchmark s38584
|
|
|
|
bench16_top = s38584
|
|
|
|
bench16_act = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/s38584/s38584.act
|
|
|
|
bench16_verilog = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/s38584/s38584.v
|
|
|
|
# Benchmark seq
|
|
|
|
bench17_top = seq
|
|
|
|
bench17_act = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/seq/seq.act
|
|
|
|
bench17_verilog = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/seq/seq.v
|
|
|
|
# Benchmark spla
|
|
|
|
bench18_top = spla
|
|
|
|
bench18_act = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/spla/spla.act
|
|
|
|
bench18_verilog = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/spla/spla.v
|
|
|
|
# Benchmark tseng
|
|
|
|
bench19_top = tseng
|
|
|
|
bench19_act = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/tseng/tseng.act
|
|
|
|
bench19_verilog = ${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/mcnc_big20/tseng/tseng.v
|
|
|
|
|
|
|
|
#[SCRIPT_PARAM_FIX_ROUTE_CHAN_WIDTH]
|
|
|
|
#fix_route_chan_width=300
|
|
|
|
#vpr_fpga_verilog_include_icarus_simulator=
|
|
|
|
#vpr_fpga_verilog_formal_verification_top_netlist=
|
|
|
|
#vpr_fpga_verilog_include_timing=
|
|
|
|
#vpr_fpga_verilog_include_signal_init=
|
|
|
|
#vpr_fpga_verilog_print_autocheck_top_testbench=
|
|
|
|
#vpr_fpga_bitstream_generator=
|
|
|
|
#vpr_fpga_verilog_print_user_defined_template=
|
|
|
|
#vpr_fpga_verilog_print_report_timing_tcl=
|
|
|
|
#vpr_fpga_verilog_print_sdc_pnr=
|
|
|
|
#vpr_fpga_verilog_print_sdc_analysis=
|
|
|
|
##vpr_fpga_x2p_compact_routing_hierarchy=
|
|
|
|
#end_flow_with_test=
|
|
|
|
|
|
|
|
[SCRIPT_PARAM_MIN_ROUTE_CHAN_WIDTH]
|
|
|
|
min_route_chan_width=1.3
|
2019-11-16 19:00:55 -06:00
|
|
|
#vpr_fpga_verilog_include_icarus_simulator=
|
2019-10-31 20:31:27 -05:00
|
|
|
vpr_fpga_verilog_formal_verification_top_netlist=
|
|
|
|
vpr_fpga_verilog_include_timing=
|
|
|
|
vpr_fpga_verilog_include_signal_init=
|
|
|
|
vpr_fpga_verilog_print_autocheck_top_testbench=
|
|
|
|
vpr_fpga_bitstream_generator=
|
|
|
|
vpr_fpga_verilog_print_user_defined_template=
|
2019-11-03 00:03:47 -05:00
|
|
|
#vpr_fpga_verilog_print_report_timing_tcl=
|
|
|
|
#vpr_fpga_verilog_print_sdc_pnr=
|
|
|
|
#vpr_fpga_verilog_print_sdc_analysis=
|
2019-10-31 20:31:27 -05:00
|
|
|
vpr_fpga_verilog_explicit_mapping=
|
|
|
|
vpr_fpga_x2p_compact_routing_hierarchy=
|
2019-11-16 19:00:55 -06:00
|
|
|
# If you wish to run Modelsim verification in batch, turn on the ini file outputting
|
|
|
|
vpr_fpga_verilog_print_simulation_ini=
|
2019-11-16 23:34:03 -06:00
|
|
|
# If you wish to run Modelsim verification in batch, turn off running iVerilog at the end of the flow
|
2019-11-03 00:03:47 -05:00
|
|
|
#end_flow_with_test=
|
2019-10-31 20:31:27 -05:00
|
|
|
|