16 lines
346 B
JSON
16 lines
346 B
JSON
{
|
|
/* "input_fmt": "1W16C8B", */
|
|
"output_fmt": "1W16C8B",
|
|
"sram_size": 512,
|
|
"hw_sim": true,
|
|
"no_dma": true,
|
|
"weight_addr": "0x4000", /* mandatory */
|
|
"dram_base_addr": "0x2100000", /* mandatory */
|
|
"dynamic_fp": true, /* mandatory */
|
|
"dynamic_json_path": "{{config.knerex_json}}",
|
|
"optimize": {
|
|
"cmd_size": {{config.cmd_compress}}
|
|
}
|
|
}
|
|
|