From 2ef29c54f0fa3536c04807c45faabceb92f80e64 Mon Sep 17 00:00:00 2001
From: Zanting <zanting>
Date: Thu, 2 Apr 2015 08:23:08 +0000
Subject: [PATCH] Added check for cal_success and cal_fail

---
 applications/unb1_reorder/tb/python/tc_unb1_reorder.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/applications/unb1_reorder/tb/python/tc_unb1_reorder.py b/applications/unb1_reorder/tb/python/tc_unb1_reorder.py
index b8c45c8acf..ea0833e18f 100644
--- a/applications/unb1_reorder/tb/python/tc_unb1_reorder.py
+++ b/applications/unb1_reorder/tb/python/tc_unb1_reorder.py
@@ -140,6 +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()
     ###############################################################################
     #
     # Create setting for the pre-transpose (subbandselect)
-- 
GitLab