Commit 9ee4d9f2 authored by Dave Newbold's avatar Dave Newbold

Adding test script for timing

parent df2b9a2a
#!/usr/bin/python
import uhal
from time import sleep
import sys
import collections
uhal.setLogLevelTo(uhal.LogLevel.ERROR)
board = uhal.getDevice("board", "ipbusudp-2.0://192.168.235.199:50001", "file://addrtab/top.xml")
board.getNode("csr.ctrl.soft_rst").write(1) # Reset ipbus registers
board.dispatch()
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