Skip to content

Commit

Permalink
Fix DDR5 training issues on Montage RCDs
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Dudek <[email protected]>
  • Loading branch information
mtdudek committed Sep 27, 2024
1 parent 7edaa32 commit b07a3c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions litex/soc/software/liblitedram/ddr5_training.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ static bool CS_scan(const training_ctx_t *const ctx, int32_t channel, int32_t ra
printf("|");
CS_scan_single(ctx, channel, rank, 0);
printf("|\n");
subtract = true;
break;
};
// Exit CS training
Expand Down

0 comments on commit b07a3c5

Please sign in to comment.