You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

root =  devBoard.Root(   
        top_level  = rootTopLevel,
        dev        = '/dev/datadev_1',
        pollEn     = False,
        initRead   = True,
        serverPort = 9099,
        pciePgpEn  = False,
        justCtrl   = False)
root.start()

# example showing a read
AxiVersion = root.Core.AxiVersion
print ( '###################################################')
print ( '#             Firmware Version                    #')
print ( '###################################################')
AxiVersion.printStatus()
print ( '###################################################')

# Configure clock to 168 MHz and configures all ASICS
root.InitASIC([4,1,1,1,1])
  • No labels