From a08b94294f56df57acbe8460df06073b4d5e1571 Mon Sep 17 00:00:00 2001 From: Zanting <zanting> Date: Thu, 2 Apr 2015 08:31:21 +0000 Subject: [PATCH] fixed check for cal_success and cal_fail --- applications/unb1_reorder/tb/python/tc_unb1_reorder.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/unb1_reorder/tb/python/tc_unb1_reorder.py b/applications/unb1_reorder/tb/python/tc_unb1_reorder.py index ea0833e18f..b7b1bd92f8 100644 --- a/applications/unb1_reorder/tb/python/tc_unb1_reorder.py +++ b/applications/unb1_reorder/tb/python/tc_unb1_reorder.py @@ -140,8 +140,8 @@ def gen_bg_hex_files(c_framesize = 64, c_nof_frames = 32, c_nof_streams = 4): if __name__ == "__main__": print ddr.read_init_done() - print ddr.cal_success() - print ddr.cal_fail() + print ddr.read_cal_success() + print ddr.read_cal_fail() ############################################################################### # # Create setting for the pre-transpose (subbandselect) -- GitLab