diff --git a/kyreport/ky_report.py b/kyreport/ky_report.py index b65cd9454953e313aee73f74f02fa8b34b85b58b..1769adba42542a811e9ff5ab73318e567ee30187 100644 --- a/kyreport/ky_report.py +++ b/kyreport/ky_report.py @@ -71,3 +71,5 @@ class KyReport: info['cpu_info'] = DATACOLLECTION().get_cpu_tag_data() if os.path.exists(Config.get_output_path() + 'CPUInfo.txt'): info['synthesis_info'] = DATACOLLECTION().get_synthesis_tag_data() + if os.path.exists(Config.get_output_path() + 'memInfo.txt'): + info['mem_info'] = self.build_info(Config.get_output_path() + 'memInfo.txt')