Commit abba8cbd authored by Matthieu Cattin's avatar Matthieu Cattin

fmc_adc_spec: Add 1ms delay after fmc reset release to let the ddr core finish calibration.

parent fea8c6d4
......@@ -82,6 +82,7 @@ class CFmcAdc100mSpec:
# Release the mezzanine software reset
self.set_sw_rst(1)
time.sleep(0.001) # gives time for ddr core to calibrates
# Configure VIC
#self.vic.print_regs()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment