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

extra

parent 91f9cc0b
No related branches found
No related tags found
No related merge requests found
......@@ -172,6 +172,7 @@ def test_info(tc,io,cmd):
info = pi_system_info.PiSystemInfo(tc, io)
tc.append_log(1, '>>> reading REGMAPs')
info.make_register_info()
tc.append_log(3, '')
#info.read_reg_map()
......@@ -181,6 +182,7 @@ def test_info(tc,io,cmd):
info.read_use_phy()
tc.append_log(3, '')
design_name = info.read_design_name()
tc.append_log(1, '>>> design_name=%s' % design_name)
tc.append_log(3, '')
info.read_stamps()
tc.append_log(3, '')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment