Skip to content

Commit 3e57227

Browse files
committed
Add floo_id signal declaration and assignment for FlooNoC router configuration
1 parent 6dd54e3 commit 3e57227

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hw/tile/magia_tile.sv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,8 @@ module magia_tile
280280
floo_req_t [4:0] floo_router_req_out;
281281
floo_rsp_t [4:0] floo_router_rsp_out;
282282

283+
id_t floo_id;
284+
283285
// Event Unit signals - Corrected for single-core array interface
284286
logic [0:0] eu_core_irq_req; // [0:0] array for single core
285287
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
376378
assign irq[3] = 1'b0; // Software interrupt (unused)
377379
assign irq[2:0] = '0; // Clear IRQs 0-2
378380

381+
assign floo_id = '{x: (x_id_i+1), y: y_id_i, port_id: 0};
379382

380383
/*******************************************************/
381384
/** Hardwired Signals End **/

0 commit comments

Comments
 (0)