mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
dvisampler: increase frequency of reports to avoid missing WER values
This commit is contained in:
parent
fb3e61230b
commit
fdb021c992
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ void dvisamplerX_service(void)
|
|||
|
||||
if(dvisamplerX_locked) {
|
||||
if(dvisamplerX_clocking_locked_read()) {
|
||||
if(elapsed(&dvisamplerX_last_event, identifier_frequency_read())) {
|
||||
if(elapsed(&dvisamplerX_last_event, identifier_frequency_read()/2)) {
|
||||
dvisamplerX_adjust_phase();
|
||||
dvisamplerX_print_status();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue