diff --git a/kyreport/ky_data_collection.py b/kyreport/ky_data_collection.py index e8302fb325cc8c79806bdc9c1a52fc5d19251403..8e18ae67eca2bc4544cc292b2cdd6469cb3a913e 100644 --- a/kyreport/ky_data_collection.py +++ b/kyreport/ky_data_collection.py @@ -81,3 +81,7 @@ class DATACOLLECTION: def get_cpu_tag_data(self): return self.__arr_cpu_info + + def get_synthesis_tag_data(self): + return self.__arr_synthesis_info +