Skip to content

Commit

Permalink
Change the parameter of stream_xbar instance i_remote_req_interco to …
Browse files Browse the repository at this point in the history
…turn off some false asserts.
  • Loading branch information
Aquaticfuller committed Oct 5, 2024
1 parent a041423 commit 9753dfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hardware/src/mempool_tile.sv
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,7 @@ module mempool_tile
.NumOut (NumRemotePortsPerTile ),
.payload_t(tcdm_master_req_t ),
.ExtPrio (1 ),
.AxiVldRdy(0 ), // the sel_i can be changed before the hsk happen, as the priority of cores can be different
.LockIn (0 )
) i_remote_req_interco (
.clk_i (clk_i ),
Expand Down

0 comments on commit 9753dfe

Please sign in to comment.