diff --git a/kyreport/ky_report.py b/kyreport/ky_report.py index 76310a4940b40b0777b08fe6eb251454259fc3ed..5d989436ff9ed3d881b8eb38f529e322733860df 100644 --- a/kyreport/ky_report.py +++ b/kyreport/ky_report.py @@ -77,4 +77,6 @@ class KyReport: info['net_info'] = self.build_info(Config.get_output_path() + 'netInfo.txt') if os.path.exists(Config.get_output_path() + 'diskInfo.txt'): info['io_info'] = self.build_info(Config.get_output_path() + 'diskInfo.txt') + if os.path.exists(Config.get_output_path() + 'CPUInfo.txt'): + info['synthesis_info'] = DATACOLLECTION().get_synthesis_tag_data()