File size: 1,629 Bytes
dc3de35 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | {
"name": "ship_2x2",
"layout": "merged",
"clusters": [
[
1,
1
],
[
2,
1
],
[
1,
2
],
[
2,
2
]
],
"vectors": [
[
1,
0
],
[
2,
0
],
[
3,
1
],
[
3,
2
]
],
"ports": [
[
0,
1
],
[
0,
2
]
],
"accumulators": [],
"ncol": 2,
"nrow": 2,
"ctrl_base": "0x400800000",
"mem_base": "0x0",
"orc_base": "0x0",
"orchestrator": "host",
"quant_bit": null,
"blay_bit": null,
"mem_words": 134217728,
"transport": "xdma",
"features": [],
"tiles": 256,
"l1_a": 32,
"l1_b": 32,
"cu_version": 2,
"stage_flits": 128,
"l1_banks": 2,
"inst_depth": 32,
"source": "GENERATED by scripts/py/gen_board.py -- do not hand-edit. TOPOLOGY (coordinates, node types, ports, grid) from src/synth_top/maps/mesh_2x2_4cu4vec.txt, the same map synthesis consumed. CAPACITIES and CU_VERSION from C:\\Users\\apoll\\AppData\\Local\\Temp\\ktpu-ship-v2\\ktpu_ship_2x2.log, which elaborated top 'ktpu_ship_2x2' at 328.8 MHz -- these describe THAT BUILD and rot the moment another is made. ADDRESS MAP (ctrl_base, mem_base, quantise bits, orchestrator) passed in on the command line: they come from a block design nothing in this repo can read, so they are the least verifiable fields here. CAPACITY DRIFT vs the compiler: l1_a is 32 here and 128 in bench.py; l1_b is 32 here and 256 in bench.py; tiles is 256 here and 512 in bench.py. NOT VERIFIED AGAINST HARDWARE -- run `run_fpga.py --probe` and check the node sweep."
}
|