2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-01-12 12:03:35 +08:00

drtio: increase default underflow margin. Closes #947

This commit is contained in:
Sebastien Bourdeauducq 2018-03-09 00:49:07 +08:00
parent 37f5f0d38d
commit e38187c760

View File

@ -19,7 +19,7 @@ class _CSRs(AutoCSR):
self.tsc_correction = CSRStorage(64)
self.set_time = CSR()
self.underflow_margin = CSRStorage(16, reset=200)
self.underflow_margin = CSRStorage(16, reset=300)
self.o_get_buffer_space = CSR()
self.o_dbg_buffer_space = CSRStatus(16)