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

update

parent db950540
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ def test_BG_to_DB(tc,io,cmd):
tc.set_section_id('Read - ')
instanceName=tc.gpString
nof_streams=24
nof_streams=24+24
blocksize=0
Bg = pi_diag_block_gen.PiDiagBlockGen(tc,io,nofChannels=nof_streams,ramSizePerChannel=blocksize,instanceName=instanceName)
Bg.write_disable()
......@@ -391,9 +391,9 @@ def test_info(tc,io,cmd):
tc.append_log(3, '>>>')
info = pi_system_info.PiSystemInfo(tc, io)
info.read_system_info()
tc.append_log(3, '')
info.read_use_phy()
#info.read_system_info()
#tc.append_log(3, '')
#info.read_use_phy()
tc.append_log(3, '')
design_name = info.read_design_name()
tc.append_log(1, '>>> design_name=%s' % design_name)
......
......@@ -29,6 +29,8 @@ Usage:
1) Load and run simulation of tb_unb2_test_ddr_MB_I, tb_unb2_test_ddr_MB_II or tb_unb2_test_ddr_MB_I_II
2) > python tc_unb2_test_ddr.py --sim --unb 0 --gn 3 -v 5 -s I --rep 1
on hardware:
> python tc_unb2_test_ddr.py --unb 1 --fn 0:3 -v 5 -s I,II --rep 1 -n 10000000
3) After about 160 us cal_ok
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment