|
| 1 | +architecture: |
| 2 | + name: "NeuraMultiCgra" |
| 3 | + version: "1.0" |
| 4 | + |
| 5 | +multi_cgra_defaults: |
| 6 | + base_topology: "mesh" |
| 7 | + rows: 1 |
| 8 | + columns: 1 |
| 9 | + |
| 10 | +cgra_defaults: |
| 11 | + rows: 4 |
| 12 | + columns: 4 |
| 13 | + ctrl_mem_items: 20 |
| 14 | + base_topology: "mesh" |
| 15 | + |
| 16 | +tile_defaults: |
| 17 | + num_registers: 32 |
| 18 | + local_memory_words: 2048 |
| 19 | + fu_types: ["add", "mul", "div", "fadd", "fmul", "fdiv", "logic", "cmp", "sel", "type_conv", "vfmul", "fadd_fadd", "fmul_fadd", "grant", "loop_control", "phi", "constant", "mem", "return", "mem_indexed", "alloca", "shift"] |
| 20 | + |
| 21 | +link_defaults: |
| 22 | + latency: 1 |
| 23 | + bandwidth: 32 |
| 24 | + |
| 25 | +extensions: |
| 26 | + crossbar: false |
| 27 | + |
| 28 | +simulator: |
| 29 | + execution_model: "serial" |
| 30 | + execution_policy: "in_order_dataflow" |
| 31 | + enable_fifo_model: false |
| 32 | + |
| 33 | + logging: |
| 34 | + enabled: true |
| 35 | + enableTrace: true |
| 36 | + file: "<test>.json.log" |
| 37 | + |
| 38 | + driver: |
| 39 | + name: "Driver" |
| 40 | + frequency: "1GHz" |
| 41 | + port_incoming_buffer_depth: 4 |
| 42 | + port_outgoing_buffer_depth: 4 |
| 43 | + |
| 44 | + device: |
| 45 | + name: "Device" |
| 46 | + frequency: "1GHz" |
| 47 | + bind_to_architecture: true |
| 48 | + memory_mode: "shared" |
| 49 | + shared_memory_model: "ideal" |
| 50 | + port_incoming_buffer_depth: 8 |
| 51 | + port_outgoing_buffer_depth: 8 |
| 52 | + memory_share: |
| 53 | + - {tile_x: 0, tile_y: 0, group: 0} |
| 54 | + - {tile_x: 1, tile_y: 0, group: 0} |
| 55 | + - {tile_x: 2, tile_y: 0, group: 0} |
| 56 | + - {tile_x: 3, tile_y: 0, group: 0} |
| 57 | + - {tile_x: 0, tile_y: 1, group: 0} |
| 58 | + - {tile_x: 1, tile_y: 1, group: 0} |
| 59 | + - {tile_x: 2, tile_y: 1, group: 0} |
| 60 | + - {tile_x: 3, tile_y: 1, group: 0} |
| 61 | + - {tile_x: 0, tile_y: 2, group: 0} |
| 62 | + - {tile_x: 1, tile_y: 2, group: 0} |
| 63 | + - {tile_x: 2, tile_y: 2, group: 0} |
| 64 | + - {tile_x: 3, tile_y: 2, group: 0} |
| 65 | + - {tile_x: 0, tile_y: 3, group: 0} |
| 66 | + - {tile_x: 1, tile_y: 3, group: 0} |
| 67 | + - {tile_x: 2, tile_y: 3, group: 0} |
| 68 | + - {tile_x: 3, tile_y: 3, group: 0} |
0 commit comments