Commit 3b2e7939 authored by Dave Newbold (UoB)'s avatar Dave Newbold (UoB)

Bug fix in scripts

parent 1be46732
......@@ -35,11 +35,9 @@ print hex(v)
board.getNode("daq.timing.csr.ctrl.rst").write(1) # Hold clk40 domain in reset
board.dispatch()
board.getNode("daq.timing.csr.ctrl.rst").write(0) # Hold clk40 domain in reset
board.dispatch()
#board.getNode("csr.ctrl.soft_rst").write(1) # Reset ipbus registers
#board.dispatch()
board.getNode("csr.ctrl.soft_rst").write(1) # Reset ipbus registers
board.dispatch()
sleep(1)
......
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