Skip to content
Snippets Groups Projects
Commit 848bf857 authored by Kenneth Hiemstra's avatar Kenneth Hiemstra
Browse files

1GbE offload setup function added

parent 8936fa97
No related branches found
No related tags found
No related merge requests found
......@@ -91,12 +91,15 @@ def test_BG_to_DB(tc,io,cmd):
tc.append_log(1, '>>> %s' % help_text(tc,io,cmd))
tc.append_log(3, '>>>')
if use_pps==True: ppsh = pi_ppsh.PiPpsh(tc, io)
tc.set_section_id('Read - ')
instanceName=tc.gpString
if instanceName == '1GBE':
eth = pi_eth.PiEth(tc, io)
eth.write_udp_port_en(0)
nof_streams=24+24
blocksize=0
Bg = pi_diag_block_gen.PiDiagBlockGen(tc,io,nofChannels=nof_streams,ramSizePerChannel=blocksize,instanceName=instanceName)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment