2026-01-28 06:16:04 +00:00

50 lines
1.4 KiB
INI

# regression team: need to update from
# http://192.168.200.1:8088/SYS/kdp720_hw_csim/-/tree/m530/doc/example_ini
# input_location = 0 # 0 means "nmem"
# input_location = 1 # 1 means "dram" for big_model / multi_layer
input_location = 1 #{{ model.input_location }}
file_command = {{ model.command_bin }}
file_weight = {{ model.weight_bin }}
file_input = {{ model.input_bin }}
file_setup = {{ model.setup_bin }}
file_golden = {{ model.golden_txt }}
### This is the tail portion of the 530 ini file.
run_mode = 2 # 0: algorithm, 1: hardware, 2: row frame, 4: data converter
multithreads = 0
dump_sync_cmd_begin = 0 # inclusive
dump_sync_cmd_end = 99999 # exclusive
dump_cload = 0
dump_cstore = 0
dump_conv_cropping = 0
dump_conv_padding = 0
dump_conv_mac = 0
dump_conv_coarse_shift = 0
dump_conv_psum = 0
dump_conv_psumB = 0
dump_pconv_add_bias = 0
dump_pconv_fine_shift = 0
dump_pconv_preproc = 0
dump_pconv_trim = 0
dump_pconv_relu = 0
dump_pconv_hpool = 0
dump_pconv_bias = 0
dump_pload = 0
dump_pstore = 0
dump_pfunc_padding = 0
dump_pfunc_pooling = 0
dump_pfunc_fcon = 0
dump_pfunc_pat = 0
dump_rdma = 0
dump_ip_channel = 0
dump_wdma = 0
dump_getw = 0
dump_getw_decompact = 0
dump_getw_pdec = 0
dump_registers = 0
dump_dram = 0
dump_nmem = 128
dump_output_in_dram = 0 # dump output in DRAM (File names are of the form output_in_dram_0.bin, and etc.)
dump_crc = 1