From 1490392607a63fe974f949ad98a8c2e8fa08406f Mon Sep 17 00:00:00 2001 From: Sonal Santan Date: Wed, 26 Feb 2025 17:46:44 -0800 Subject: [PATCH] Updated md5sum gold files Signed-off-by: Sonal Santan --- src/cpp/aiebu/src/common/uid_md5.h | 3 --- test/aie2-ctrlcode/basic/gold.md5 | 2 +- test/cpp_test/aie2ps/eff_net_coal/gold.md5 | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/cpp/aiebu/src/common/uid_md5.h b/src/cpp/aiebu/src/common/uid_md5.h index a2e4f14..241c799 100644 --- a/src/cpp/aiebu/src/common/uid_md5.h +++ b/src/cpp/aiebu/src/common/uid_md5.h @@ -5,7 +5,6 @@ #define _AIEBU_COMMON_UID_MD5_H_ #include -#include #include #include @@ -57,12 +56,10 @@ class uid_md5 { [[nodiscard]] std::string str() const { std::stringstream md5; - std::cout << std::hex << std::setfill('0'); md5 << std::hex << std::setfill('0'); for (auto ele : sig) { auto c = (unsigned char)ele; md5 << std::setw(sizeof(ele) * 2) << (unsigned int)c; - std::cout << std::setw(sizeof(ele) * 2) << (unsigned int)c << "\n"; } return md5.str(); } diff --git a/test/aie2-ctrlcode/basic/gold.md5 b/test/aie2-ctrlcode/basic/gold.md5 index a0f5edb..87f10dd 100644 --- a/test/aie2-ctrlcode/basic/gold.md5 +++ b/test/aie2-ctrlcode/basic/gold.md5 @@ -1 +1 @@ -8bcab5baf77209dba2a124383324ac3c \ No newline at end of file +00f92b5b352e625abadf75a43664a6d7 diff --git a/test/cpp_test/aie2ps/eff_net_coal/gold.md5 b/test/cpp_test/aie2ps/eff_net_coal/gold.md5 index 83bdb3f..ba07f5b 100644 --- a/test/cpp_test/aie2ps/eff_net_coal/gold.md5 +++ b/test/cpp_test/aie2ps/eff_net_coal/gold.md5 @@ -1 +1 @@ -d43f2a43f5175300eeee04e84366b559 +62e749464a77a3f742a19bc9ac5c6ba6