Skip to content
Snippets Groups Projects
Commit 4b3954ed authored by Zanting's avatar Zanting
Browse files

Added check for wait_request_n

parent a08b9429
No related branches found
No related tags found
No related merge requests found
...@@ -140,6 +140,7 @@ def gen_bg_hex_files(c_framesize = 64, c_nof_frames = 32, c_nof_streams = 4): ...@@ -140,6 +140,7 @@ def gen_bg_hex_files(c_framesize = 64, c_nof_frames = 32, c_nof_streams = 4):
if __name__ == "__main__": if __name__ == "__main__":
print ddr.read_init_done() print ddr.read_init_done()
print ddr.read_wait_request_n()
print ddr.read_cal_success() print ddr.read_cal_success()
print ddr.read_cal_fail() print ddr.read_cal_fail()
############################################################################### ###############################################################################
......
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