sdram: compact read_level output

This commit is contained in:
Robert Jördens 2018-03-20 10:16:05 +00:00
parent 495625b99d
commit 206664afd9
1 changed files with 2 additions and 2 deletions

View File

@ -379,9 +379,9 @@ mod ddr {
} }
let mean_delay = (min_delay + max_delay) / 2; let mean_delay = (min_delay + max_delay) / 2;
log!(logger, "{}: {} ({} wide), ", log!(logger, "{}: {}+-{}, ",
DQS_SIGNAL_COUNT - n - 1, mean_delay, DQS_SIGNAL_COUNT - n - 1, mean_delay,
max_delay - min_delay); max_seen_valid / 2);
// Set delay to the middle // Set delay to the middle
ddrphy::rdly_dq_rst_write(1); ddrphy::rdly_dq_rst_write(1);