Skip to content

Commit

Permalink
Restore gnt connection when using regular TCDM banks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed Feb 28, 2024
1 parent eb63d1e commit 948031e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rtl/tcdm_banks_wrap.sv
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ for(genvar i=0; i<NbBanks; i++) begin : banks_gen
assign scrub_fix_o[i] = '0;
assign scrub_uncorrectable_o[i] = '0;

// With regular TCDM banks, the grant is always asseterd.
assign tcdm_slave[i].gnt = 1'b1;

tc_sram #(
.NumWords (BankSize ), // Number of Words in data array
.DataWidth (DataWidth), // Data signal width
Expand Down

0 comments on commit 948031e

Please sign in to comment.