11 lines
415 B
INI
11 lines
415 B
INI
# input_location = 0 # 0 means "nmem"
|
|
# input_location = 1 # 1 means "dram" for big_model / multi_layer
|
|
input_location = 1
|
|
file_command = /data1/compiler/command.bin
|
|
file_weight = /data1/compiler/weight.bin
|
|
file_input = /workspace/.tmp/simulator_input.bin
|
|
file_csv = /workspace/.tmp/simulator_input_size.csv
|
|
file_setup = /data1/compiler/setup.bin
|
|
file_golden = filenotexist.txt
|
|
run_mode = 0
|
|
multithreads = 0 |