remove host core generation
strip config.json emitted by raptor add actual pimsim-nn configs in validation pimsim-configs
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"chip_config": {
|
||||
"core_config": {
|
||||
"rob_size": 1,
|
||||
"period": 0.5,
|
||||
"matrix_config": {
|
||||
"xbar_array_count": 256,
|
||||
"period": 0.5,
|
||||
"pipeline_mode": true,
|
||||
"dac_resolution": 4,
|
||||
"dac_count": 2048,
|
||||
"xbar_size": [
|
||||
2048,
|
||||
2048
|
||||
],
|
||||
"cell_precision": 2,
|
||||
"xbar_latency": 10,
|
||||
"sample_hold_latency_cycle": 1,
|
||||
"adc_resolution": 8,
|
||||
"adc_latency_cycle": 4,
|
||||
"adc_count": 256,
|
||||
"shift_adder_latency_cycle": 1,
|
||||
"output_buffer_latency_cycle": 1
|
||||
},
|
||||
"vector_width": 64,
|
||||
"vector_latency_cycle": 2,
|
||||
"local_memory_config": {
|
||||
"data_width": 256,
|
||||
"period": 0.5,
|
||||
"write_latency_cycle": 1,
|
||||
"read_latency_cycle": 1
|
||||
},
|
||||
"global_memory_switch_id": -10
|
||||
},
|
||||
"global_memory_config": {
|
||||
"data_width": 256,
|
||||
"period": 0.5,
|
||||
"write_latency_cycle": 1,
|
||||
"read_latency_cycle": 1
|
||||
},
|
||||
"network_config": {
|
||||
"bus_topology": "mesh",
|
||||
"bus_width": 256,
|
||||
"layout": [
|
||||
25,
|
||||
40
|
||||
],
|
||||
"net_config_file_path": "network_mesh_1000.json"
|
||||
},
|
||||
"core_cnt": 1000,
|
||||
"global_memory_switch_id": -10
|
||||
},
|
||||
"sim_config": {
|
||||
"sim_mode": 1,
|
||||
"sim_time": 1,
|
||||
"report_verbose_level": 0
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user