We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd54e3 commit 3e57227Copy full SHA for 3e57227
hw/tile/magia_tile.sv
@@ -280,6 +280,8 @@ module magia_tile
280
floo_req_t [4:0] floo_router_req_out;
281
floo_rsp_t [4:0] floo_router_rsp_out;
282
283
+ id_t floo_id;
284
+
285
// Event Unit signals - Corrected for single-core array interface
286
logic [0:0] eu_core_irq_req; // [0:0] array for single core
287
logic [0:0][magia_tile_pkg::EVENT_UNIT_IRQ_WIDTH-1:0] eu_core_irq_id; // [0:0][4:0] array
@@ -376,6 +378,7 @@ module magia_tile
376
378
assign irq[3] = 1'b0; // Software interrupt (unused)
377
379
assign irq[2:0] = '0; // Clear IRQs 0-2
380
381
+ assign floo_id = '{x: (x_id_i+1), y: y_id_i, port_id: 0};
382
383
/*******************************************************/
384
/** Hardwired Signals End **/
0 commit comments